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 0.1.3 to 1.0.0

62

package.json
{
"name": "espurify",
"version": "0.1.3",
"description": "Clone new AST without extra properties",
"keywords": [
"esprima",
"ecmascript",
"ast"
],
"main": "index.js",
"version": "1.0.0",
"author": {
"name": "Takuto Wada",
"email": "takuto.wada@gmail.com",
"url": "https://github.com/twada"
},
"bugs": "https://github.com/twada/espurify/issues",
"dependencies": {
"traverse": "~0.6.6"
},
"devDependencies": {
"esprima": "~1.2.2",
"estraverse": "~1.7.0",
"mocha": "~2.0.1"
},
"files": [

@@ -18,20 +26,13 @@ "README.md",

],
"scripts": {
"build": "browserify index.js --standalone espurify | derequire > ./build/espurify.js",
"jshint": "jshint index.js",
"test": "./node_modules/.bin/mocha test"
"homepage": "https://github.com/twada/espurify",
"keywords": [
"esprima",
"ecmascript",
"ast"
],
"license": {
"type": "MIT",
"url": "http://twada.mit-license.org/"
},
"dependencies": {
"traverse": "~0.6.6"
},
"devDependencies": {
"esprima": "~1.2.2",
"estraverse": "~1.5.1",
"mocha": "~1.21.3"
},
"author": {
"name": "Takuto Wada",
"email": "takuto.wada@gmail.com",
"url": "https://github.com/twada"
},
"main": "index.js",
"repository": {

@@ -41,10 +42,7 @@ "type": "git",

},
"homepage": "https://github.com/twada/espurify",
"bugs": "https://github.com/twada/espurify/issues",
"licenses": [
{
"type": "MIT",
"url": "http://twada.mit-license.org/"
}
]
"scripts": {
"build": "browserify index.js --standalone espurify | derequire > ./build/espurify.js",
"lint": "jshint index.js",
"test": "mocha test"
}
}

@@ -15,3 +15,3 @@ espurify

### var purifiedCloneAst = espurify(originalAst)
### var purifiedAstClone = espurify(originalAst)

@@ -18,0 +18,0 @@ Returns new clone of `originalAst` but without extra properties.

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