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

yajl

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yajl - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

2

package.json
{
"name" : "yajl",
"version" : "0.8.0",
"version" : "0.8.1",
"description" : "Binding for libyajl",

@@ -5,0 +5,0 @@ "author" : "Artem S Vybornov <vybornov@gmail.com>",

@@ -118,15 +118,2 @@ # YAJL (Yet Another JSON Library) binding for Node.js

### yajl.Tree(string)
`Tree` object constructor.
Parses `string` into an in-memory JSON-tree.
Throws `SyntaxError` in case when `string` contains bad data.
Resulting object can be retrieved using `get` method.
#### tree.get()
Returns parsed JSON value.
## License

@@ -133,0 +120,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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