Socket
Socket
Sign inDemoInstall

crdts

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crdts - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

31

package.json
{
"name": "crdts",
"version": "0.1.0",
"description": "CRDT Library",
"version": "0.1.1",
"description": "A CRDT Library for JavaScript",
"main": "index.js",
"directories": {
"test": "test"
"repository": {
"type": "git",
"url": "https://github.com/orbitdb/crdts"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"author": "Haad",
"license": "MIT",
"keywords": [
"crdt",
"crdts"
"crdts",
"g-counter",
"g-set",
"or-set",
"lww-set",
"2p-set"
],
"author": "Haad",
"license": "MIT",
"directories": {
"test": "test"
},
"devDependencies": {
"mocha": "^4.0.1"
},
"dependencies": {}
"dependencies": {},
"scripts": {
"test": "./node_modules/.bin/mocha"
}
}

@@ -11,7 +11,7 @@ # CRDTs

- [G-Counter](https://github.com/haadcode/crdts/blob/master/src/G-Counter.js)
- [G-Set](https://github.com/haadcode/crdts/blob/master/src/G-Set.js)
- [2P-Set](https://github.com/haadcode/crdts/blob/master/src/2P-Set.js)
- [OR-Set](https://github.com/haadcode/crdts/blob/master/src/OR-Set.js)
- [LWW-Set](https://github.com/haadcode/crdts/blob/master/src/LWW-Set.js)
- [G-Counter](https://github.com/orbitdb/crdts/blob/master/src/G-Counter.js)
- [G-Set](https://github.com/orbitdb/crdts/blob/master/src/G-Set.js)
- [2P-Set](https://github.com/orbitdb/crdts/blob/master/src/2P-Set.js)
- [OR-Set](https://github.com/orbitdb/crdts/blob/master/src/OR-Set.js)
- [LWW-Set](https://github.com/orbitdb/crdts/blob/master/src/LWW-Set.js)

@@ -31,3 +31,3 @@ ## Usage

See the [source code for each CRDT](https://github.com/haadcode/crdts/blob/master/src) for the APIs and [tests](https://github.com/haadcode/crdts/blob/master/test/) for usage examples.
See the [source code for each CRDT](https://github.com/orbitdb/crdts/blob/master/src) for the APIs and [tests](https://github.com/orbitdb/crdts/blob/master/test/) for usage examples.

@@ -34,0 +34,0 @@ ## Inheritance

@@ -12,3 +12,3 @@ 'use strict'

* See base class G-Set.js for the rest of the API
* https://github.com/haadcode/crdts/blob/master/src/G-Set.js
* https://github.com/orbitdb/crdts/blob/master/src/G-Set.js
*

@@ -15,0 +15,0 @@ * Sources:

@@ -21,5 +21,5 @@ 'use strict'

* Used by:
* OR-Set - https://github.com/haadcode/crdts/blob/master/src/OR-Set.js
* 2P-Set - https://github.com/haadcode/crdts/blob/master/src/2P-Set.js
* LWW-Set - https://github.com/haadcode/crdts/blob/master/LWW-Set.js
* OR-Set - https://github.com/orbitdb/crdts/blob/master/src/OR-Set.js
* 2P-Set - https://github.com/orbitdb/crdts/blob/master/src/2P-Set.js
* LWW-Set - https://github.com/orbitdb/crdts/blob/master/LWW-Set.js
*

@@ -26,0 +26,0 @@ * Sources:

@@ -13,3 +13,3 @@ 'use strict'

* Used by:
* CmRDT-Set - https://github.com/haadcode/crdts/blob/master/src/CmRDT-Set.js
* CmRDT-Set - https://github.com/orbitdb/crdts/blob/master/src/CmRDT-Set.js
*

@@ -16,0 +16,0 @@ * Sources:

@@ -11,3 +11,3 @@ 'use strict'

* See base class CmRDT-Set.js for the rest of the API
* https://github.com/haadcode/crdts/blob/master/src/CmRDT-Set.js
* https://github.com/orbitdb/crdts/blob/master/src/CmRDT-Set.js
*

@@ -14,0 +14,0 @@ * Sources:

@@ -11,3 +11,3 @@ 'use strict'

* See base class CmRDT-Set.js for the rest of the API
* https://github.com/haadcode/crdts/blob/master/src/CmRDT-Set.js
* https://github.com/orbitdb/crdts/blob/master/src/CmRDT-Set.js
*

@@ -14,0 +14,0 @@ * Sources:

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