syntax-error
Advanced tools
Comparing version 0.0.1 to 0.1.0
@@ -1,2 +0,2 @@ | ||
var esprima = require('esprima'); | ||
var esprima = require('esprima-six'); | ||
@@ -3,0 +3,0 @@ module.exports = function (src, file) { |
{ | ||
"name" : "syntax-error", | ||
"version" : "0.0.1", | ||
"description" : "detect and report syntax errors in source code strings", | ||
"main" : "index.js", | ||
"bin" : {}, | ||
"directories" : { | ||
"example" : "example", | ||
"test" : "test" | ||
}, | ||
"dependencies" : { | ||
"esprima" : "~0.9.9" | ||
}, | ||
"devDependencies" : { | ||
"tap" : "~0.3.0" | ||
}, | ||
"scripts" : { | ||
"test" : "tap test/*.js" | ||
}, | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "git://github.com/substack/node-syntax-error.git" | ||
}, | ||
"homepage" : "https://github.com/substack/node-syntax-error", | ||
"keywords" : [ | ||
"syntax", | ||
"error", | ||
"esprima", | ||
"stack", | ||
"line", | ||
"column" | ||
], | ||
"author" : { | ||
"name" : "James Halliday", | ||
"email" : "mail@substack.net", | ||
"url" : "http://substack.net" | ||
}, | ||
"license" : "MIT", | ||
"engine" : { "node" : ">=0.6" } | ||
"name": "syntax-error", | ||
"version": "0.1.0", | ||
"description": "detect and report syntax errors in source code strings", | ||
"main": "index.js", | ||
"dependencies": { | ||
"esprima-six": "0.0.3" | ||
}, | ||
"devDependencies": { | ||
"tape": "~2.4.1" | ||
}, | ||
"scripts": { | ||
"test": "tape test/*.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/substack/node-syntax-error.git" | ||
}, | ||
"homepage": "https://github.com/substack/node-syntax-error", | ||
"keywords": [ | ||
"syntax", | ||
"error", | ||
"esprima", | ||
"stack", | ||
"line", | ||
"column" | ||
], | ||
"author": { | ||
"name": "James Halliday", | ||
"email": "mail@substack.net", | ||
"url": "http://substack.net" | ||
}, | ||
"license": "MIT", | ||
"engine": { | ||
"node": ">=0.6" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
var test = require('tap').test; | ||
var test = require('tape'); | ||
@@ -3,0 +3,0 @@ var fs = require('fs'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
6194
+ Addedesprima-six@0.0.3
- Removedesprima@~0.9.9
- Removedesprima@0.9.9(transitive)