Socket
Socket
Sign inDemoInstall

json-struct

Package Overview
Dependencies
67
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

2

lib/Schema.js

@@ -68,6 +68,4 @@ /**

if (success) {
console.info('PASS', v.assert);
results.success.push(v.assert);
} else {
console.info('FAIL', v.assert);
results.errors.push(v.assert);

@@ -74,0 +72,0 @@ results.pass = false;

2

package.json
{
"name": "json-struct",
"version": "0.0.3",
"version": "0.0.4",
"description": "Simple tool to validate JSON structures",

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

## Install
```
npm i js-struct --save
npm i json-struct --save
```

@@ -5,0 +5,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc