cson-parser
Advanced tools
Comparing version 2.0.1 to 3.0.0
@@ -0,1 +1,18 @@ | ||
### 3.0.0 | ||
#### Breaking Changes | ||
Since coffeescript contains a conflicting `./bin` | ||
symlink for the `coffee` command line tool, do *not* install this | ||
version of `cson-parser` while you still have `coffee-script` | ||
anywhere in your dependency tree. | ||
*See: [`1d49f3b`](https://github.com/groupon/cson-parser/commit/1d49f3b648a4c475c44f2789d0b54b316d9c1cd8)* | ||
#### Commits | ||
* chore: Use coffeescript instead of coffee-script - **[@jkrems](https://github.com/jkrems)** [#70](https://github.com/groupon/cson-parser/pull/70) | ||
- [`1d49f3b`](https://github.com/groupon/cson-parser/commit/1d49f3b648a4c475c44f2789d0b54b316d9c1cd8) **chore:** Use coffeescript instead of coffee-script - see: [#67](https://github.com/groupon/cson-parser/issues/67) | ||
### 2.0.1 | ||
@@ -2,0 +19,0 @@ |
@@ -36,3 +36,3 @@ /* | ||
var runInThisContext = require('vm').runInThisContext; | ||
var nodes = require('coffee-script').nodes; | ||
var nodes = require('coffeescript').nodes; | ||
@@ -39,0 +39,0 @@ function defaultReviver(key, value) { |
{ | ||
"name": "cson-parser", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"description": "Safe parsing of CSON files", | ||
@@ -28,3 +28,3 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"coffee-script": "^1.10.0" | ||
"coffeescript": "^1.10.0" | ||
}, | ||
@@ -31,0 +31,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
24562
+ Addedcoffeescript@^1.10.0
+ Addedcoffeescript@1.12.7(transitive)
- Removedcoffee-script@^1.10.0
- Removedcoffee-script@1.12.7(transitive)