New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jsoner

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsoner - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.jscsrc

33

package.json
{
"name": "jsoner",
"version": "0.1.0",
"description": "",
"version": "0.1.1",
"description": "Simple, fast, minimalist JSON library for node",
"keywords": [
"json",
"parser",
"streaming"
],
"homepage": "https://github.com/rlgomes/jsoner",
"bugs": "https://github.com/rlgomes/jsoner/issues",
"author": "Rodney Gomes <rodneygomes@gmail.com>",
"repository": "rlgomes/jsoner",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha"
},
"author": "Rodney Gomes <rodneygomes@gmail.com>",
"license": "Apache-2.0"
"devDependencies": {
"bluebird": "^3.1.1",
"chai": "^3.4.1",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^0.10.3",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"jshint": "^2.x",
"lodash": "^3.10.1",
"mocha": "^2.3.4",
"tmp": "0.0.28"
},
"dependencies": {}
}
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