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.1.5 to 0.1.6

src/index.ts

4

dist/index.d.ts
import { MutableStringMap, StringMap } from "@ts-common/string-map";
export interface JsonObjectInterface extends StringMap<Json | undefined> {
export interface JsonObjectInterface extends StringMap<Json> {
}

@@ -11,3 +11,3 @@ export declare type JsonObject = JsonObjectInterface & object;

export declare type Json = JsonPrimitive | JsonRef;
export declare type MutableJsonObject = MutableStringMap<Json | undefined> & object;
export declare type MutableJsonObject = MutableStringMap<Json> & object;
export declare type MutableJsonArray = Json[];

@@ -14,0 +14,0 @@ export declare type MutableJsonRef = MutableJsonObject | MutableJsonArray;

{
"name": "@ts-common/json",
"version": "0.1.5",
"version": "0.1.6",
"description": "JSON Data Type",

@@ -10,3 +10,3 @@ "main": "dist/index.js",

"test": "tsc && npm run tslint && nyc mocha dist/test/*.js",
"prepack": "npm install & tsc"
"prepack": "npm install && tsc"
},

@@ -26,3 +26,4 @@ "repository": {

"dist/index.js.map",
"dist/index.d.ts.map"
"dist/index.d.ts.map",
"src/index.ts"
],

@@ -47,12 +48,12 @@ "nyc": {

"@types/mocha": "^5.2.5",
"@types/node": "^10.12.10",
"@types/node": "^10.12.11",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"tslint": "^5.11.0",
"typescript": "^3.1.6"
"typescript": "^3.2.1"
},
"dependencies": {
"@ts-common/iterator": "^0.1.0",
"@ts-common/string-map": "^0.2.0"
"@ts-common/iterator": "^0.1.1",
"@ts-common/string-map": "^0.2.2"
}
}

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