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

@ts-common/json

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-common/json - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

1

dist/index.d.ts

@@ -8,2 +8,3 @@ import { MutableStringMap, StringMap } from "@ts-common/string-map";

export declare type JsonArray = JsonArrayInterface & object;
export declare type JsonArrayOf<T extends Json> = ReadonlyArray<T> & object;
export declare type JsonPrimitive = null | boolean | string | number;

@@ -10,0 +11,0 @@ export declare type JsonRef = JsonObject | JsonArray;

16

package.json
{
"name": "@ts-common/json",
"version": "0.2.0",
"version": "0.2.1",
"description": "JSON Data Type",

@@ -45,13 +45,13 @@ "main": "dist/index.js",

"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/mocha": "^5.2.6",
"@types/node": "^10.12.12",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"tslint": "^5.11.0",
"typescript": "^3.2.2"
"mocha": "^6.0.2",
"nyc": "^13.3.0",
"tslint": "^5.14.0",
"typescript": "^3.3.4000"
},
"dependencies": {
"@ts-common/iterator": "^0.1.1",
"@ts-common/string-map": "^0.2.2"
"@ts-common/iterator": "^0.2.0",
"@ts-common/string-map": "^0.2.6"
}
}

@@ -12,2 +12,4 @@ import * as _ from "@ts-common/iterator"

export type JsonArrayOf<T extends Json> = ReadonlyArray<T> & object
export type JsonPrimitive = null|boolean|string|number

@@ -14,0 +16,0 @@

Sorry, the diff of this file is not supported yet

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