Socket
Socket
Sign inDemoInstall

cson-parser

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cson-parser - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

lib/typedefs.d.ts

11

CHANGELOG.md

@@ -0,1 +1,12 @@

### 4.0.3
* add type declarations - **[@dbushong](https://github.com/dbushong)** [#82](https://github.com/groupon/cson-parser/pull/82)
- [`7ec3754`](https://github.com/groupon/cson-parser/commit/7ec375418c15c23bfc4c291fdb0f3b05e34b85bb) **chore:** upgrade deps & syntax
- [`4e337d2`](https://github.com/groupon/cson-parser/commit/4e337d29e5329daa105a57c601677194c8b2bc28) **chore:** npm audit fix
- [`13884e5`](https://github.com/groupon/cson-parser/commit/13884e59fe98f71d0fe5647185b5b716a93d2252) **fix:** add type declarations
- [`3288839`](https://github.com/groupon/cson-parser/commit/3288839413a06cfae03aea854c0969d444ef2b74) **chore:** upgrade assertive
- [`e0bfc47`](https://github.com/groupon/cson-parser/commit/e0bfc47b10b9a0969ab5d8bc98c6a8d4579ab44b) **test:** fix tests on node 12
- [`b7c596d`](https://github.com/groupon/cson-parser/commit/b7c596d5a841ec7aaf822a5e599e048b7b15339c) **chore:** remove travis npm6 install
### 4.0.2

@@ -2,0 +13,0 @@

4

lib/cson-parser.js

@@ -39,4 +39,4 @@ /*

module.exports = {
stringify: stringify,
parse: parse,
stringify,
parse,
};
{
"name": "cson-parser",
"version": "4.0.2",
"version": "4.0.3",
"description": "Safe parsing of CSON files",

@@ -16,7 +16,13 @@ "license": "BSD-3-Clause",

"scripts": {
"pretest": "eslint lib test",
"test": "mocha",
"posttest": "nlm verify"
"lint": "npm-run-all lint:*",
"lint:js": "eslint .",
"pretest": "npm-run-all pretest:*",
"test": "npm-run-all test:*",
"posttest": "npm-run-all posttest:*",
"pretest:lint": "npm-run-all lint:*",
"posttest:nlm": "nlm verify",
"test:unit": "mocha"
},
"engines": {
"node": ">=8",
"npm": "^6.0.0"

@@ -31,2 +37,3 @@ },

},
"types": "lib/typedefs.d.ts",
"dependencies": {

@@ -36,12 +43,13 @@ "coffeescript": "^1.10.0"

"devDependencies": {
"assertive": "^2.1.0",
"eslint": "^4.7.1",
"eslint-config-groupon": "^6.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-mocha": "^4.12.1",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-prettier": "^2.2.0",
"mocha": "^5.2.0",
"nlm": "^3.3.4",
"prettier": "^1.9.2"
"assertive": "^3.1.0",
"eslint": "^6.2.1",
"eslint-config-groupon": "^7.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-mocha": "^6.1.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"mocha": "^6.2.0",
"nlm": "^3.6.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2"
},

@@ -48,0 +56,0 @@ "author": {

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