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

@apigames/json

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apigames/json - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

2

package.json

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

"license": "UNLICENSED",
"version": "1.0.19",
"version": "1.0.20",
"main": "index.js",

@@ -9,0 +9,0 @@ "scripts": {

@@ -16,5 +16,5 @@ class SystemTypeDatetimeSchema {

maxLength: 29,
pattern: "^([1-2][0-9]{3})" + //year
"(-((0[1-9])|(1[0-2])))" + //month
"(-((0[1-9])|([1-2][0-9])|(3[0-1])))" + //day
pattern: "^([1-2][0-9]{3}" + //year
"-((0[1-9])|(1[0-2]))" + //month
"-((0[1-9])|([1-2][0-9])|(3[0-1])))" + //day
"(T)" + //beginning of a time section

@@ -21,0 +21,0 @@ "((([0-1][0-9])|(2[0-3])):)" + //hours

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