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
9
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 1.5.0-STABILITY-SNAPSHOT.2 to 1.5.0

10

cli.js

@@ -10,5 +10,7 @@ const validator = require("./index.js");

validator.validate(profile, data, debug, (result, other) => {
console.log(result);
validator.exit();
});
validator.initialize((any) => validator.validate(profile, data, debug, (result, other) => {
console.log(result);
validator.exit();
})
)

2

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

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

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