🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@schroffl/json-mapping

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schroffl/json-mapping - npm Package Compare versions

Comparing version

to
0.0.4

4

index.js

@@ -146,2 +146,6 @@ // The export pattern is a UMD template:

if (!Array.isArray(value)) {
return err(expected('an array', value));
}
for (var i=0; i<value.length; i++) {

@@ -148,0 +152,0 @@ var result = decodeInternal(decoder.child, value[i]);

2

package.json
{
"name": "@schroffl/json-mapping",
"version": "0.0.3",
"version": "0.0.4",
"description": "A set of utilites for defining and running conversions between JSON and JavaScript values",

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