Comparing version 1.0.1 to 1.1.0
@@ -7,3 +7,3 @@ "use strict"; | ||
var defs = require("./defs-main"); | ||
var version = "1.0.1"; | ||
var version = "1.1.0"; | ||
var yargs = require("yargs") | ||
@@ -10,0 +10,0 @@ .options("config", {}); |
@@ -7,3 +7,3 @@ // default configuration | ||
disallowUnknownReferences: true, | ||
parse: require("esprima").parse, | ||
parse: require("esprima-fb").parse, | ||
}; |
@@ -0,1 +1,4 @@ | ||
## v1.1.0 2014-11-28 | ||
* Use esprima-fb instead of upstream Esprima harmony branch | ||
## v1.0.1 2014-10-09 | ||
@@ -2,0 +5,0 @@ * Bump yargs dependency to get rid of transitive ^ dependencies |
@@ -7,3 +7,3 @@ // default configuration | ||
disallowUnknownReferences: true, | ||
parse: require("esprima").parse, | ||
parse: require("esprima-fb").parse, | ||
}; |
{ | ||
"name": "defs", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Static scope analysis and transpilation of ES6 block scoped const and let variables, to ES3.", | ||
@@ -14,3 +14,3 @@ "main": "build/es5/defs-main.js", | ||
"breakable": "~1.0.0", | ||
"esprima": "git://github.com/ariya/esprima.git#harmony", | ||
"esprima-fb": "~8001.1001.0-dev-harmony-fb", | ||
"simple-fmt": "~0.1.0", | ||
@@ -17,0 +17,0 @@ "simple-is": "~0.2.0", |
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
124682
81
0
2
+ Addedesprima-fb@8001.1001.0-dev-harmony-fb(transitive)