Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@becomposable/json

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@becomposable/json - npm Package Compare versions

Comparing version 0.37.0 to 0.38.0

1

lib/types/index.d.ts
export * from "./types.js";
export * from "./walk.js";
//# sourceMappingURL=index.d.ts.map

@@ -8,1 +8,2 @@ export type JSONPrimitive = string | number | boolean | null;

export type JSONValue = JSONPrimitive | JSONComposite;
//# sourceMappingURL=types.d.ts.map

@@ -34,1 +34,2 @@ export type ObjectKey = string | number | undefined;

}
//# sourceMappingURL=walk.d.ts.map

2

package.json
{
"name": "@becomposable/json",
"version": "0.37.0",
"version": "0.38.0",
"description": "JSON utlities",

@@ -5,0 +5,0 @@ "type": "module",

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