Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@types/json-stable-stringify

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.29 to 1.0.30

10

json-stable-stringify/index.d.ts

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

// Type definitions for json-stable-stringify 1.0.0
// Type definitions for json-stable-stringify 1.0
// Project: https://github.com/substack/json-stable-stringify

@@ -17,9 +17,5 @@ // Definitions by: Matt Frantz <https://github.com/mhfrantz/>

interface Comparator {
(a: Element, b: Element): number;
}
type Comparator = (a: Element, b: Element) => number;
interface Replacer {
(key: string, value: any): any;
}
type Replacer = (key: string, value: any) => any;

@@ -26,0 +22,0 @@ interface Options {

{
"name": "@types/json-stable-stringify",
"version": "1.0.29",
"description": "TypeScript definitions for json-stable-stringify 1.0.0",
"version": "1.0.30",
"description": "TypeScript definitions for json-stable-stringify",
"license": "MIT",
"author": "Matt Frantz <https://github.com/mhfrantz/>",
"contributors": [
{
"name": "Matt Frantz",
"url": "https://github.com/mhfrantz/"
}
],
"main": "",

@@ -14,4 +19,5 @@ "repository": {

"dependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "ff3219bd8a9564d4c34dae84f7779a19d39549ea4eda8aa4ba49576e13f40b3e"
"peerDependencies": {},
"typesPublisherContentHash": "fa4d97e2937e73e4f531e41cd3177a10d05b62e15bda750ae11851c3d69740ea",
"typeScriptVersion": "2.0"
}

@@ -5,15 +5,13 @@ # Installation

# Summary
This package contains type definitions for json-stable-stringify 1.0.0 (https://github.com/substack/json-stable-stringify).
This package contains type definitions for json-stable-stringify (https://github.com/substack/json-stable-stringify).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/json-stable-stringify
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/json-stable-stringify
Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* File structure: ProperModule
* Library Dependencies: none
* Module Dependencies: none
* Global values: stringify
* Last updated: Thu, 23 Feb 2017 15:22:20 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by Matt Frantz <https://github.com/mhfrantz/>.
{
"authors": "Matt Frantz <https://github.com/mhfrantz/>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": "1",
"libraryMinorVersion": "0",
"libraryName": "json-stable-stringify 1.0.0",
"typingsPackageName": "json-stable-stringify",
"projectName": "https://github.com/substack/json-stable-stringify",
"name": "json-stable-stringify",
"libraryName": "json-stable-stringify",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "ProperModule",
"globals": [
"stringify"
],
"declaredModules": [
"json-stable-stringify"
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "ff3219bd8a9564d4c34dae84f7779a19d39549ea4eda8aa4ba49576e13f40b3e"
"data": {
"contributors": [
{
"name": "Matt Frantz",
"url": "https://github.com/mhfrantz/"
}
],
"dependencies": {},
"pathMappings": {},
"libraryMajorVersion": 1,
"libraryMinorVersion": 0,
"typeScriptVersion": "2.0",
"libraryName": "json-stable-stringify",
"typingsPackageName": "json-stable-stringify",
"projectName": "https://github.com/substack/json-stable-stringify",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [],
"declaredModules": [
"json-stable-stringify/."
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "fa4d97e2937e73e4f531e41cd3177a10d05b62e15bda750ae11851c3d69740ea"
},
"isLatest": true
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc