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 1.0.22 to 1.0.23

2

lib/schema-definitions/primitives/datetime.schema.definition.js

@@ -34,5 +34,5 @@ "use strict";

+ '(\\+(((0[0-9]|1[0-3])[:]?[0-5][0-9])|(14[:]?00)))'
+ ')$'
+ ')$',
}),
_a);
exports.default = DatetimeSchemaDefinition;

@@ -14,20 +14,20 @@ "use strict";

minLength: 2,
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]))|' +
'(' +
'([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|' +
'([0-9a-fA-F]{1,4}:){1,7}:|' +
'([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|' +
'([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|' +
'([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|' +
'([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|' +
'([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|' +
'[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|' +
'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])' +
')' +
')$',
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]))|'
+ '('
+ '([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|'
+ '([0-9a-fA-F]{1,4}:){1,7}:|'
+ '([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|'
+ '([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|'
+ '([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|'
+ '([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|'
+ '([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|'
+ '[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|'
+ '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])'
+ ')'
+ ')$',
}),
_a);
exports.default = IpAddressSchemaDefinition;

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

"license": "MIT",
"version": "1.0.22",
"version": "1.0.23",
"main": "lib/index.js",

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

"dependencies": {
"@apigames/json": "1.0.50",
"@apigames/json": "1.0.52",
"deep-equal": "2.0.5",

@@ -32,6 +32,6 @@ "es6-promise": "4.2.8",

"@types/jest": "26.0.23",
"@types/node": "14.17.1",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"eslint": "7.27.0",
"@types/node": "14.17.4",
"@typescript-eslint/eslint-plugin": "4.28.1",
"@typescript-eslint/parser": "4.28.1",
"eslint": "7.29.0",
"eslint-config-airbnb": "18.2.1",

@@ -42,5 +42,5 @@ "eslint-plugin-import": "2.23.4",

"eslint-plugin-react-hooks": "4.2.0",
"jest": "26.6.3",
"ts-jest": "26.5.6",
"typescript": "4.3.2"
"jest": "27.0.6",
"ts-jest": "27.0.3",
"typescript": "4.3.4"
},

@@ -47,0 +47,0 @@ "eslintConfig": {},

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