Socket
Socket
Sign inDemoInstall

@jupiterone/integration-sdk-entity-validator

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupiterone/integration-sdk-entity-validator - npm Package Compare versions

Comparing version 12.7.0-alpha.0 to 12.7.0

2

dist/src/j1Formats.js

@@ -12,5 +12,7 @@ "use strict";

const ipv6CidrRegex = /^([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$|^([0-9a-fA-F]{1,4}:){1,7}:\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$|^::\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$|^([0-9a-fA-F]{1,4}:){1,7}[0-9a-fA-F]{1,4}$/;
const asnRegex = /^AS\d{2,6}$/;
const j1JsonSchemaFormats = {
ip: (x) => ipv4.test(x) || ipv6.test(x),
ipCidr: (x) => ipv4CidrRegex.test(x) || ipv6CidrRegex.test(x),
asn: (x) => asnRegex.test(x),
};

@@ -17,0 +19,0 @@ const addJ1Formats = (ajvInstance) => {

4

package.json
{
"name": "@jupiterone/integration-sdk-entity-validator",
"version": "12.7.0-alpha.0",
"version": "12.7.0",
"description": "Validator for JupiterOne integration entities",

@@ -35,3 +35,3 @@ "main": "dist/src/index.js",

},
"gitHead": "06d649df85d7212776b998226023517306826141"
"gitHead": "8e59967c9a6a16192605492caa8c6ed760e574a8"
}

Sorry, the diff of this file is not supported yet

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