Socket
Socket
Sign inDemoInstall

espurify

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

espurify - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

README.md

14

build/espurify.js
/**
* Modules in this bundle
* @license
*
*
* espurify:

@@ -9,4 +9,4 @@ * license: MIT (http://opensource.org/licenses/MIT)

* homepage: https://github.com/estools/espurify
* version: 1.6.0
*
* version: 1.6.1
*
* core-js:

@@ -16,4 +16,4 @@ * license: MIT (http://opensource.org/licenses/MIT)

* homepage: https://github.com/zloirock/core-js#readme
* version: 2.4.0
*
* version: 2.4.1
*
* This header is generated by licensify (https://github.com/twada/licensify)

@@ -27,3 +27,3 @@ */

*
* Copyright (c) 2014-2016 Takuto Wada
* Copyright (c) 2014-2017 Takuto Wada
* Licensed under the MIT license.

@@ -61,3 +61,3 @@ * https://github.com/estools/espurify/blob/master/MIT-LICENSE.txt

ClassExpression: ['type', 'id', 'superClass', 'body'],
ConditionalExpression: ['type', 'test', 'alternate', 'consequent'],
ConditionalExpression: ['type', 'test', 'consequent', 'alternate'],
ContinueStatement: ['type', 'label'],

@@ -64,0 +64,0 @@ DebuggerStatement: ['type'],

@@ -0,1 +1,9 @@

### [1.6.1](https://github.com/estools/espurify/releases/tag/v1.6.1) (2017-02-13)
#### Bug Fixes
* fix property order of ConditionalExpression ([01c13ada](https://github.com/estools/espurify/commit/01c13adac4ab304c9e5a50bc9bd16f60ad2e872b))
## [1.6.0](https://github.com/estools/espurify/releases/tag/v1.6.0) (2016-05-25)

@@ -2,0 +10,0 @@

@@ -6,3 +6,3 @@ /**

*
* Copyright (c) 2014-2016 Takuto Wada
* Copyright (c) 2014-2017 Takuto Wada
* Licensed under the MIT license.

@@ -9,0 +9,0 @@ * https://github.com/estools/espurify/blob/master/MIT-LICENSE.txt

@@ -15,3 +15,3 @@ module.exports = {

ClassExpression: ['type', 'id', 'superClass', 'body'],
ConditionalExpression: ['type', 'test', 'alternate', 'consequent'],
ConditionalExpression: ['type', 'test', 'consequent', 'alternate'],
ContinueStatement: ['type', 'label'],

@@ -18,0 +18,0 @@ DebuggerStatement: ['type'],

@@ -1,2 +0,2 @@

Copyright (c) 2014-2016 Takuto Wada, https://github.com/estools/espurify
Copyright (c) 2014-2017 Takuto Wada, https://github.com/estools/espurify

@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining

{
"name": "espurify",
"description": "Clone new AST without extra properties",
"version": "1.6.0",
"version": "1.6.1",
"author": {

@@ -19,3 +19,3 @@ "name": "Takuto Wada",

"derequire": "^2.0.2",
"dereserve": "^0.1.1",
"dereserve": "^1.0.0",
"esprima": "^2.6.0",

@@ -22,0 +22,0 @@ "estraverse": "^4.1.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc