Socket
Socket
Sign inDemoInstall

json-typescript

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-typescript - npm Package Compare versions

Comparing version 0.0.8 to 1.0.0

1

index.ts
export type Primitive = string | number | boolean | null;
export interface Object {
[member: string]: Value;
[member: number]: Value;
}

@@ -6,0 +5,0 @@ export interface Arr extends Array<Value> {}

2

package.json
{
"name": "json-typescript",
"version": "0.0.8",
"version": "1.0.0",
"description": "TypeScript type definitions for JSON objects",

@@ -5,0 +5,0 @@ "main": "index.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