Skip to content

Commit

Permalink
Fix changelog on master
Browse files Browse the repository at this point in the history
  • Loading branch information
pvorb committed Mar 21, 2018
1 parent e2a1a10 commit 248c3c3
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Expand Up @@ -5,6 +5,8 @@
offers foolproof _deep cloning_ of objects, arrays, numbers, strings, maps,
sets, promises, etc. in JavaScript.

**XSS vulnerability detected**


## Installation

Expand Down Expand Up @@ -119,22 +121,30 @@ So, `b.myself` points to `b`, not `a`. Neat!

- Add support for cloning ES6 Maps, Sets, Promises, and Symbols

### v1.0.2
### v1.0.3

#### 2017-11-08

- Close XSS vulnerability in the NPM package, which included the file
`test-apart-ctx.html`. This vulnerability was disclosed by Juho Nurminen of
2NS - Second Nature Security.

### v1.0.2 (deprecated)

#### 2015-03-25

- Fix call on getRegExpFlags
- Refactor utilities
- Refactor test suite

### v1.0.1
### v1.0.1 (deprecated)

#### 2015-03-04

- Fix nodeunit version
- Directly call getRegExpFlags

### v1.0.0
### v1.0.0 (deprecated)

#### 2015-02-10

Expand Down

0 comments on commit 248c3c3

Please sign in to comment.