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 7.3.0 to 7.4.0-next.1590034493.004235922382bbcbe1760fb8287efe9576db0d6b

2

bin.js

@@ -5,2 +5,2 @@ #!/usr/bin/env node

/** @type {typeof import("./source/bin.coffee") } */
module.exports = require('editions').requirePackage(__dirname, require, 'bin.js')
module.exports = require('./edition-esnext/bin.js')
# History
## v7.4.0 2020 May 21
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v7.3.0 2020 May 12

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

{
"title": "CSON",
"name": "cson",
"version": "7.3.0",
"version": "7.4.0-next.1590034493.004235922382bbcbe1760fb8287efe9576db0d6b",
"description": "CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript objects.",

@@ -111,19 +111,18 @@ "homepage": "https://github.com/bevry/cson",

"type": "commonjs",
"main": "index.js",
"main": "edition-esnext/index.js",
"dependencies": {
"coffeescript": "^2.5.1",
"cson-parser": "^4.0.4",
"editions": "^2.3.0",
"extract-opts": "^4.3.0",
"requirefresh": "^4.0.0",
"safefs": "^6.0.0"
"requirefresh": "^4.1.0",
"safefs": "^6.1.0"
},
"devDependencies": {
"@bevry/update-contributors": "^1.5.0",
"assert-helpers": "^6.4.0",
"@bevry/update-contributors": "^1.6.0",
"assert-helpers": "^6.5.0",
"coffeelint": "^2.1.0",
"kava": "^5.0.0",
"projectz": "^2.1.0",
"safeps": "^10.0.0",
"valid-directory": "^1.6.0"
"kava": "^5.1.0",
"projectz": "^2.2.0",
"safeps": "^10.1.0",
"valid-directory": "^2.0.0"
},

@@ -150,4 +149,4 @@ "scripts": {

"our:verify:directory": "valid-directory",
"test": "node ./test.js"
"test": "node ./edition-esnext/test.js"
}
}

@@ -223,2 +223,5 @@ <!-- TITLE/ -->

<!-- INSTALL/ -->

@@ -246,4 +249,4 @@

<ul><li><code>cson</code> aliases <code>cson/index.js</code> which uses the <a href="https://github.com/bevry/editions" title="You can use the Editions Autoloader to autoload the appropriate edition for your consumers environment">Editions Autoloader</a> to automatically select the correct edition for the consumer's environment</li>
<li><code>cson/source/index.coffee</code> is <a href="https://coffeescript.org" title="CoffeeScript is a little language that compiles into JavaScript">CoffeeScript</a> source code with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<ul><li><code>cson/source/index.coffee</code> is <a href="https://coffeescript.org" title="CoffeeScript is a little language that compiles into JavaScript">CoffeeScript</a> source code with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>cson</code> aliases <code>cson/edition-esnext/index.js</code></li>
<li><code>cson/edition-esnext/index.js</code> is <a href="https://coffeescript.org" title="CoffeeScript is a little language that compiles into JavaScript">CoffeeScript</a> compiled for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul>

@@ -250,0 +253,0 @@

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