Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cson-parser

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cson-parser - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

17

CHANGELOG.md

@@ -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 @@

2

lib/parse.js

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc