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

compactr

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compactr - npm Package Compare versions

Comparing version 2.2.1 to 2.3.0

0

docs/ABOUT.md

@@ -0,0 +0,0 @@ # About Compactr.js

@@ -0,0 +0,0 @@ /** Entry point */

8

package.json
{
"name": "compactr",
"version": "2.2.1",
"version": "2.3.0",
"description": "Schema based serialization made easy",
"main": "index.js",
"scripts": {
"test": "mocha tests/index.js",
"test": "mocha tests/index.js --exit",
"bench": "node benchmarks/array.js && node benchmarks/boolean.js && node benchmarks/double.js && node benchmarks/integer.js && node benchmarks/object.js && node benchmarks/string.js"

@@ -37,5 +37,5 @@ },

"benchmark": "^2.1.4",
"chai": "^3.5.0",
"mocha": "^3.1.0"
"chai": "^4.1.0",
"mocha": "^5.0.0"
}
}

@@ -0,0 +0,0 @@ <h1 align="center">

/** Type Coersion utilities */
'use strict';
'use asm';

@@ -5,0 +5,0 @@ /* Methods -------------------------------------------------------------------*/

/** Decoding utilities */
'use strict';
'use asm';

@@ -5,0 +5,0 @@ /* Local variables -----------------------------------------------------------*/

/** Encoding utilities */
'use strict';
'use asm';

@@ -5,0 +5,0 @@ /* Local variables -----------------------------------------------------------*/

/** Data reader component */
'use strict';
'use asm';

@@ -5,0 +5,0 @@ /* Requires ------------------------------------------------------------------*/

/** Schema parsing component */
'use strict';
'use asm';

@@ -5,0 +5,0 @@ /* Requires ------------------------------------------------------------------*/

/** Data writer component */
'use strict';
'use asm';

@@ -5,0 +5,0 @@ /* Local variables -----------------------------------------------------------*/

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