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

cson

Package Overview
Dependencies
Maintainers
2
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 6.8.0 to 6.9.0-next.1576603916.6dd6652dd2626070252f4ce0bcc1ccbbdd42dadd

bin.js

5

HISTORY.md
# History
## v6.9.0 2019 December 18
- Fixed broken `json2cson` and `cson2json` executables (regression since v6.0.0)
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v6.8.0 2019 December 9

@@ -4,0 +9,0 @@

24

package.json
{
"title": "CSON",
"name": "cson",
"version": "6.8.0",
"version": "6.9.0-next.1576603916.6dd6652dd2626070252f4ce0bcc1ccbbdd42dadd",
"description": "CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript objects.",

@@ -90,3 +90,3 @@ "homepage": "https://github.com/bevry/cson",

{
"description": "coffeescript compiled for node.js with require for modules",
"description": "coffeescript compiled for Node.js with require for modules",
"directory": "edition-esnext",

@@ -100,6 +100,10 @@ "entry": "index.js",

"engines": {
"node": "8 || 10 || 12"
"node": "8 || 10 || 12 || 13"
}
}
],
"bin": {
"cson2json": "bin.js",
"json2cson": "bin.js"
},
"type": "commonjs",

@@ -110,5 +114,5 @@ "main": "edition-esnext/index.js",

"cson-parser": "^4.0.3",
"extract-opts": "^4.2.0",
"requirefresh": "^3.2.0",
"safefs": "^5.4.0"
"extract-opts": "^4.3.0",
"requirefresh": "^3.3.0",
"safefs": "^5.5.0"
},

@@ -118,6 +122,6 @@ "devDependencies": {

"coffeelint": "^2.1.0",
"kava": "^4.3.0",
"projectz": "^1.15.0",
"safeps": "^9.2.0",
"valid-directory": "^1.5.0"
"kava": "^4.4.0",
"projectz": "^1.16.0",
"safeps": "^9.3.0",
"valid-directory": "^1.6.0"
},

@@ -124,0 +128,0 @@ "scripts": {

@@ -43,4 +43,11 @@ <!-- TITLE/ -->

<a href="https://npmjs.com" title="npm is a package manager for javascript"><h3>npm</h3></a>
<h4>Install Globally</h4>
<ul>
<li>Install: <code>npm install --global cson</code></li>
<li>Executables: <code>cson2json</code>, <code>json2cson</code></li>
</ul>
<h4>Install Locally</h4>
<ul>
<li>Install: <code>npm install --save cson</code></li>
<li>Executables: <code>npx cson2json</code>, <code>json2cson</code></li>
<li>Require: <code>require('cson')</code></li>

@@ -55,3 +62,3 @@ </ul>

<li><code>cson</code> aliases <code>cson/edition-esnext/index.js</code></li>
<li><code>cson/edition-esnext/index.js</code> is coffeescript compiled for node.js with require for modules</li></ul>
<li><code>cson/edition-esnext/index.js</code> is coffeescript compiled for Node.js with require for modules</li></ul>

@@ -58,0 +65,0 @@ <p>Environments older than Node.js v8 may need <a href="https://babeljs.io/docs/usage/polyfill/" title="A polyfill that emulates missing ECMAScript environment features">Babel's Polyfill</a> or something similar.</p>

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