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

@aml-org/amf-custom-validator

Package Overview
Dependencies
Maintainers
10
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aml-org/amf-custom-validator - npm Package Compare versions

Comparing version 0.1.0-SNAPSHOT.10 to 0.1.0-SNAPSHOT.11

2

package.json
{
"name": "@aml-org/amf-custom-validator",
"version": "0.1.0-SNAPSHOT.10",
"version": "0.1.0-SNAPSHOT.11",
"description": "AMF validator backed by OPA Rego",

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

@@ -18,3 +18,3 @@ const fs = require("fs");

let report = JSON.parse(r)
assert.ok(report["http://www.w3.org/ns/shacl#conforms"] === false)
assert.ok(report["conforms"] === false)
validator.validate(profile, data, false, (r,err) => {

@@ -25,3 +25,3 @@ if (err) {

let report = JSON.parse(r)
assert.ok(report["http://www.w3.org/ns/shacl#conforms"] === false)
assert.ok(report["conforms"] === false)
validator.exit();

@@ -28,0 +28,0 @@ done();

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