Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsox

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsox - npm Package Compare versions

Comparing version 1.2.110 to 1.2.111

8

package.json
{
"name": "jsox",
"version": "1.2.110",
"version": "1.2.111",
"description": "Java Script Object eXchange.",

@@ -62,6 +62,6 @@ "keywords": [

"lint": "eslint --cache .",
"mocha-lite": "mocha --require ./lib/require.js --require test/bootstrap/node",
"mocha": "mocha --require ./lib/require.js --require test/bootstrap/node --recursive",
"mocha-lite": "mocha --experimental-loader=./lib/import.mjs --require ./lib/require.js --require test/bootstrap/node",
"mocha": "mocha --experimental-loader=./lib/import.mjs --require ./lib/require.js --require test/bootstrap/node --recursive",
"nyc-lite": "nyc npm run mocha-lite",
"nyc": "nyc npm run mocha",
"nyc": "nyc npm run mocha-lite",
"test-lite": "npm run lint && npm run build && npm run nyc-lite",

@@ -68,0 +68,0 @@ "test": "npm run lint && npm run build && npm run nyc",

@@ -805,3 +805,5 @@ # JSOX – JavaScript Object eXchange format.

## Changelog
- 1.2.111 (inprogress)
- 1.2.112 (inprogress)
- 1.2.111
- fixes travis tests; latest mocha/coverage slows benchmark tests by 10x.
- 1.2.110

@@ -808,0 +810,0 @@ - Fix packaging error.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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