New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@apigames/json-schema

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apigames/json-schema - npm Package Compare versions

Comparing version 22.1.0-dev.3 to 22.1.0-dev.4

9

lib/schema-definitions/primitives/ip.address.schema.defintion.js

@@ -15,3 +15,4 @@ "use strict";

pattern: '^('
+ '(((25[0-5]|2[0-4][0-9]|1[0-9]{2,2}|[0]{0,1}[1-9]{0,1}[0-9])\\.){3,3}(25[0-5]|2[0-4][0-9]|1[0-9]{2,2}|[0]{0,1}[1-9]{0,1}[0-9]))|'
+ '(((25[0-5]|2[0-4][0-9]|1[0-9]{2,2}|[0]{0,1}[1-9]{0,1}[0-9])\\.){3,3}'
+ '(25[0-5]|2[0-4][0-9]|1[0-9]{2,2}|[0]{0,1}[1-9]{0,1}[0-9]))|'
+ '('

@@ -27,4 +28,6 @@ + '([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|'

+ 'fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|'
+ '::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|2[0-4][0-9]|1[0-9]{2,2}|[1-9]{0,1}[0-9])\\.){3,3}(25[0-5]|2[0-4][0-9]|1[0-9]{2,2}|[1-9]{0,1}[0-9])|'
+ '([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|2[0-4][0-9]|1[0-9]{2,2}|[1-9]{0,1}[0-9])\\.){3,3}(25[0-5]|2[0-4][0-9]|1[0-9]{2,2}|[1-9]{0,1}[0-9])'
+ '::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|2[0-4][0-9]|1[0-9]{2,2}|[1-9]{0,1}[0-9])\\.){3,3}'
+ '(25[0-5]|2[0-4][0-9]|1[0-9]{2,2}|[1-9]{0,1}[0-9])|'
+ '([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|2[0-4][0-9]|1[0-9]{2,2}|[1-9]{0,1}[0-9])\\.){3,3}'
+ '(25[0-5]|2[0-4][0-9]|1[0-9]{2,2}|[1-9]{0,1}[0-9])'
+ ')'

@@ -31,0 +34,0 @@ + ')$',

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "22.1.0-dev.3",
"version": "22.1.0-dev.4",
"main": "lib/index.js",

@@ -27,3 +27,3 @@ "types": "lib/index.d.ts",

"dependencies": {
"@apigames/json": "22.1.0-dev.3",
"@apigames/json": "22.1.0-dev.5",
"deep-equal": "2.0.5",

@@ -36,10 +36,10 @@ "es6-promise": "4.2.8",

"@types/jest": "27.0.3",
"@types/node": "14.18.0",
"@typescript-eslint/eslint-plugin": "5.7.0",
"@typescript-eslint/parser": "5.7.0",
"eslint": "8.4.1",
"eslint-config-airbnb": "19.0.2",
"@types/node": "14.18.3",
"@typescript-eslint/eslint-plugin": "5.8.1",
"@typescript-eslint/parser": "5.8.1",
"eslint": "8.5.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",

@@ -46,0 +46,0 @@ "jest": "27.4.5",

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