Socket
Socket
Sign inDemoInstall

@discoveryjs/json-ext

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@discoveryjs/json-ext - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 0.2.0 (2020-09-28)
- Added `dist` version to package (`dist/json-ext.js` and `dist/json-ext.min.js`)
## 0.1.1 (2020-09-08)

@@ -2,0 +6,0 @@

10

package.json
{
"name": "@discoveryjs/json-ext",
"version": "0.1.1",
"version": "0.2.0",
"description": "A set of utilities that extend the use of JSON",

@@ -22,2 +22,4 @@ "keywords": [

"lint-and-test": "npm run lint && npm test",
"build": "rollup --config",
"build-and-test": "npm run build && npm run test",
"coverage": "nyc npm test",

@@ -29,6 +31,10 @@ "travis": "nyc npm run lint-and-test && npm run coveralls",

"devDependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"coveralls": "^3.1.0",
"eslint": "^7.6.0",
"mocha": "^8.1.1",
"nyc": "^15.1.0"
"nyc": "^15.1.0",
"rollup": "^2.28.2",
"rollup-plugin-terser": "^7.0.2"
},

@@ -35,0 +41,0 @@ "engines": {

@@ -30,3 +30,3 @@ const PrimitiveType = 1;

typeof value._read === 'function' &&
typeof value._readableState === 'object'
typeof value._readableState === 'object' && value._readableState !== null
);

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