Comparing version 0.7.0 to 0.8.0
{ | ||
"name": "es6-class", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"homepage": "https://github.com/square/es6-class", | ||
@@ -5,0 +5,0 @@ "authors": [ |
{ | ||
"name": "es6-class", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "ES6 classes compiled to ES5.", | ||
@@ -15,12 +15,12 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"ast-types": "^0.4.2", | ||
"ast-util": "^0.3.1", | ||
"ast-types": "^0.4.9", | ||
"ast-util": "^0.4.1", | ||
"esprima-fb": "^6001.1001.0-dev-harmony-fb", | ||
"recast": "^0.6.2", | ||
"through": "~2.3.4" | ||
"recast": "^0.7.2", | ||
"through": "~2.3.6" | ||
}, | ||
"devDependencies": { | ||
"example-runner": "0.1.0", | ||
"example-runner": "0.2.0", | ||
"es6-rest-params": "^0.1.0", | ||
"es6-default-params": "0.0.1" | ||
"es6-default-params": "0.2.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "scripts": { |
@@ -7,2 +7,4 @@ class Obj { | ||
new Obj(); | ||
assert.doesNotThrow(function() { | ||
new Obj(); | ||
}); |
Sorry, the diff of this file is not supported yet
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
68124
893
+ Addedast-util@0.4.1(transitive)
+ Addedrecast@0.7.5(transitive)
- Removedast-util@0.3.4(transitive)
- Removedrecast@0.6.10(transitive)
Updatedast-types@^0.4.9
Updatedast-util@^0.4.1
Updatedrecast@^0.7.2
Updatedthrough@~2.3.6