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.2.0 to 7.3.0-next.1589249431.0efe69b08dc58ba9baceef325b58af8f7f4c3dc8

4

HISTORY.md
# History
## v7.3.0 2020 May 12
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v7.2.0 2020 May 11

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

10

package.json
{
"title": "CSON",
"name": "cson",
"version": "7.2.0",
"version": "7.3.0-next.1589249431.0efe69b08dc58ba9baceef325b58af8f7f4c3dc8",
"description": "CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript objects.",

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

"@bevry/update-contributors": "^1.5.0",
"assert-helpers": "^6.3.0",
"assert-helpers": "^6.4.0",
"coffeelint": "^2.1.0",

@@ -136,4 +136,4 @@ "kava": "^5.0.0",

"our:meta": "npm run our:meta:contributors && npm run our:meta:projectz",
"our:meta:contributors": "npx @bevry/update-contributors",
"our:meta:projectz": "npx projectz compile",
"our:meta:contributors": "update-contributors",
"our:meta:projectz": "projectz compile",
"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",

@@ -150,5 +150,5 @@ "our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",

"our:verify:coffeelint": "coffeelint ./source",
"our:verify:directory": "npx valid-directory",
"our:verify:directory": "valid-directory",
"test": "node ./test.js"
}
}

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

<!-- INSTALL/ -->

@@ -222,0 +225,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