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.4.0 to 6.5.0-next.1575138333.b55bad1c1393b9a3805e824056c7d0f1d41894a0

4

HISTORY.md
# History
## v6.5.0 2019 December 1
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v6.4.0 2019 November 18

@@ -4,0 +8,0 @@

25

package.json
{
"title": "CSON",
"name": "cson",
"version": "6.4.0",
"version": "6.5.0-next.1575138333.b55bad1c1393b9a3805e824056c7d0f1d41894a0",
"description": "CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript objects.",

@@ -97,11 +97,6 @@ "homepage": "https://github.com/bevry/cson",

"engines": {
"node": "8 || 10 || 12",
"browsers": false
"node": "8 || 10 || 12"
}
}
],
"bin": {
"cson2json": "bin/cson2json",
"json2cson": "bin/json2cson"
},
"main": "edition-esnext/index.js",

@@ -111,13 +106,13 @@ "dependencies": {

"cson-parser": "^4.0.3",
"extract-opts": "^3.4.0",
"requirefresh": "^2.3.0",
"safefs": "5.1.0"
"extract-opts": "^4.0.0",
"requirefresh": "^3.0.0",
"safefs": "5.2.0"
},
"devDependencies": {
"assert-helpers": "5.4.0",
"assert-helpers": "5.5.0",
"coffeelint": "^2.1.0",
"kava": "4.0.0",
"projectz": "^1.10.0",
"safeps": "8.1.0",
"valid-directory": "^1.1.1"
"kava": "4.1.0",
"projectz": "^1.12.0",
"safeps": "9.0.0",
"valid-directory": "^1.3.0"
},

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

@@ -42,11 +42,4 @@ <!-- 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>

@@ -53,0 +46,0 @@ </ul>

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