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

d-json

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

d-json - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

lib/qunitjs/qunit.css

72

package.json
{
"name": "d-json",
"version": "0.1.0",
"description": "Distributed JSON.",
"keywords": [
"JSON",
"d-json",
"djson",
"json-d",
"jsond",
"distributed",
"udp",
"socket"
],
"homepage": "https://github.com/Krinkle/D-JSON",
"bugs": "https://github.com/Krinkle/D-JSON/issues",
"author": {
"name": "Timo Tijhof",
"web": "https://github.com/Krinkle"
},
"main": "./src/D-JSON.js",
"repository": {
"type": "git",
"url": "git://github.com/Krinkle/D-JSON.git"
},
"scripts": {
"test": "node test/node-index.js"
},
"dependencies": {
},
"devDependencies": {
"qunit": "~0.5.7"
},
"licenses": [{
"type": "WTFPL",
"url": "http://sam.zoy.org/wtfpl/COPYING"
}]
"name": "d-json",
"version": "0.1.1",
"description": "Distributed JSON.",
"keywords": [
"JSON",
"d-json",
"djson",
"json-d",
"jsond",
"distributed",
"udp",
"socket"
],
"homepage": "https://github.com/Krinkle/D-JSON",
"bugs": {
"url": "https://github.com/Krinkle/D-JSON/issues"
},
"author": "Timo Tijhof (https://github.com/Krinkle)",
"main": "./src/D-JSON.js",
"repository": {
"type": "git",
"url": "git://github.com/Krinkle/D-JSON.git"
},
"scripts": {
"test": "node test/node-index.js"
},
"dependencies": {},
"devDependencies": {
"qunit": "0.6.3"
},
"licenses": [
{
"type": "WTFPL",
"url": "http://sam.zoy.org/wtfpl/COPYING"
}
]
}

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

# D-JSON: Distributed JSON [![Build Status](https://secure.travis-ci.org/Krinkle/D-JSON.png)](http://travis-ci.org/Krinkle/D-JSON)
[![Build Status](https://travis-ci.org/Krinkle/D-JSON.svg?branch=master)](https://travis-ci.org/Krinkle/D-JSON)
# D-JSON: Distributed JSON
## Quick start

@@ -11,5 +13,5 @@

```bash
git clone git://github.com/Krinkle/D-JSON.git
git clone https://github.com/Krinkle/D-JSON.git
```
Or [download the latest master](https://github.com/Krinkle/D-JSON/zipball/master).

@@ -7,3 +7,2 @@ /*global JSOND, QUnit */

var tmp, val;
//QUnit.expect(4);

@@ -34,4 +33,3 @@ val = JSOND.parse('{"key":"value"}');

val = JSOND.parse('{"foo":"one", "bar": "two", "baz": "three" }')
;
val = JSOND.parse('{"foo":"one", "bar": "two", "baz": "three" }');
assert.deepEqual(

@@ -38,0 +36,0 @@ val,

@@ -5,3 +5,3 @@ var qunit = require('qunit');

code: {
path: './lib/D-JSON.js',
path: './src/D-JSON.js',
namespace: 'JSOND'

@@ -8,0 +8,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