New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →
Socket
Sign inDemoInstall
Socket

cson

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cson - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

out/bin/cson2json.js

16

package.json
{
"name": "cson",
"version": "1.0.2",
"version": "1.1.0",
"description": "CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript objects",

@@ -37,8 +37,11 @@ "homepage": "https://github.com/bevry/cson",

"devDependencies": {
"bal-util": "1.6.x",
"mocha": "1.0.x"
"joe": "1.0.x",
"bal-util": "1.8.x"
},
"directories": {
"lib": "lib"
"lib": "./out/lib"
},
"scripts": {
"test": "node ./out/test/everything.test.js --joe-reporter=list"
},
"bin": {

@@ -48,6 +51,3 @@ "cson2json": "./bin/cson2json",

},
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha"
},
"main": "./main.js"
"main": "./out/lib/balutil"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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