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

jsondom

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsondom - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

2

package.json
{
"name": "jsondom",
"version": "0.0.1",
"version": "0.1.0",
"description": "A DOM-like interface for querying Javascript Objects",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -0,1 +1,3 @@

[![build status](https://secure.travis-ci.org/CondeNast/jsondom.png)](http://travis-ci.org/CondeNast/jsondom)
# JSON DOM

@@ -7,3 +9,3 @@ A DOM-like interface for querying complex Javascript objects. (Also a very light wrapper around [js-traverse](/substack/js-traverse)).

```
npm install json-dom
npm install jsondom
```

@@ -14,3 +16,3 @@

```js
> var jsd = require('json-dom');
> var jsd = require('jsondom');
> var complex = {

@@ -17,0 +19,0 @@ title: "this is a test",

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