Comparing version 2.2.1 to 2.3.0
@@ -0,0 +0,0 @@ # About Compactr.js |
@@ -0,0 +0,0 @@ /** Entry point */ |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23344
11