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.29 to 1.0.30

2

lib/types.d.ts

@@ -1,2 +0,2 @@

export declare type JsonNativeElement = boolean | number | string | undefined;
export declare type JsonNativeElement = boolean | number | string | Date | undefined;
export declare type JsonElementType = IJsonObject | Array<IJsonObject> | Array<JsonNativeElement> | JsonNativeElement;

@@ -3,0 +3,0 @@ export declare type JsonArrayElementType = Array<IJsonObject> | Array<JsonNativeElement>;

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

"license": "MIT",
"version": "1.0.29",
"version": "1.0.30",
"main": "lib/index.js",

@@ -9,0 +9,0 @@ "types": "lib/index.d.ts",

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