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

clarinet

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clarinet - npm Package Compare versions

Comparing version 0.3.5 to 0.4.0

.gitignore

29

package.json

@@ -1,8 +0,23 @@

{ "name" : "clarinet"
, "description": "Evented streaming JSON parser in JavaScript"
, "author" : "Nuno Job <nunojobpinto@gmail.com> (http://nunojob.com/)"
, "version" : "0.3.5"
, "main" : "lib/clarinet.js"
, "homepage": "https://github.com/dscape/clarinet"
, "repository": "git://github.com/dscape/clarinet.git"
{ "name" : "clarinet"
, "description" :
"SAX-Like evented streaming JSON parser in JavaScript browser and node"
, "author" : "Nuno Job <nunojobpinto@gmail.com> (http://nunojob.com/)"
, "version" : "0.4.0"
, "main" : "./clarinet.js"
, "homepage" : "https://github.com/dscape/clarinet"
, "repository" :
{ "type" : "git"
, "url" : "http://github.com/dscape/clarinet.git"
}
, "bugs" : "http://github.com/dscape/clarinet/issues"
, "keywords" :
["sax", "json", "parser", "stream", "streaming", "event"
, "events", "emitter", "async", "streamer"]
, "devDependencies" :
{ "mocha": "0.3.6", "should": "0.3.2", "underscore": "1.2.3" }
, "scripts" :
{ "test" :
"./node_modules/mocha/bin/mocha -r should -t 10000 -s 2000 test/clarinet.js test/npm.js"
}
, "engines" : { "node": ">=0.3.6" }
}

@@ -0,1 +1,4 @@

# sax js

@@ -2,0 +5,0 @@

var fs = require('fs')
, sax = require('../lib/clarinet.js')
, sax = require('../clarinet.js')
, parse_stream = sax.createStream()

@@ -4,0 +4,0 @@ ;

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