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.0.0 to 7.1.0-next.1588595148.1251f75da3116c5c9c3bb5e3276ae326d6a63591

4

HISTORY.md
# History
## v7.1.0 2020 May 4
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v7.0.0 2020 March 26

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

18

package.json
{
"title": "CSON",
"name": "cson",
"version": "7.0.0",
"version": "7.1.0-next.1588595148.1251f75da3116c5c9c3bb5e3276ae326d6a63591",
"description": "CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript objects.",

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

"javascript",
"json",
"node",
"parse",

@@ -99,3 +99,3 @@ "stringify"

"engines": {
"node": "10 || 12"
"node": "10 || 12 || 13 || 14"
}

@@ -118,6 +118,7 @@ }

"devDependencies": {
"assert-helpers": "^6.0.0",
"@bevry/update-contributors": "^1.0.1",
"assert-helpers": "^6.2.0",
"coffeelint": "^2.1.0",
"kava": "^4.4.0",
"projectz": "^1.19.0",
"projectz": "^1.19.1",
"safeps": "^9.3.0",

@@ -131,4 +132,5 @@ "valid-directory": "^1.6.0"

"our:deploy": "echo no need for this project",
"our:meta": "npm run our:meta:projectz",
"our:meta:projectz": "projectz compile",
"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: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",

@@ -145,5 +147,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": "valid-directory",
"our:verify:directory": "npx valid-directory",
"test": "node ./edition-esnext/test.js"
}
}

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

<!-- INSTALL/ -->

@@ -216,0 +219,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