es6-default-params
Advanced tools
Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "es6-default-params", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"homepage": "https://github.com/square/es6-default-params", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -6,3 +6,3 @@ /* jshint undef:true, unused:true, node:true */ | ||
var esprima = require('esprima'); | ||
var esprima = require('esprima-fb'); | ||
var recast = require('recast'); | ||
@@ -9,0 +9,0 @@ var types = recast.types; |
{ | ||
"name": "es6-default-params", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "Function default parameters compiled to ES5.", | ||
@@ -14,7 +14,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"esprima": "git://github.com/ariya/esprima.git#harmony", | ||
"ast-types": "^0.3.23", | ||
"es6-arrow-function": "^0.3.0", | ||
"esprima-fb": "^6001.1001.0-dev-harmony-fb", | ||
"recast": "^0.5.13", | ||
"ast-types": "^0.3.23", | ||
"through": "~2.3.4", | ||
"es6-arrow-function": "^0.3.0" | ||
"through": "~2.3.4" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
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
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
0
9620
+ Addedesprima-fb@6001.1001.0-dev-harmony-fb(transitive)