New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/relaxed-json

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/relaxed-json - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

5

relaxed-json/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for relaxed-json 1.0
// Project: https://github.com/phadej/relaxed-json
// Definitions by: Mikal Madsen <https://github.com/18steps>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export type Reviver = (this: {}, key: string, value: any) => any;

@@ -7,0 +2,0 @@ export function transform(text: string): string;

8

relaxed-json/package.json
{
"name": "@types/relaxed-json",
"version": "1.0.2",
"version": "1.0.3",
"description": "TypeScript definitions for relaxed-json",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/relaxed-json",

"name": "Mikal Madsen",
"url": "https://github.com/18steps",
"githubUsername": "18steps"
"githubUsername": "18steps",
"url": "https://github.com/18steps"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "3b0bb0875704fdfd09cc21894e7dc5b2bf62ce424a1ad6570b202d1e8fda40f7",
"typesPublisherContentHash": "ad3ef9303aae5991b0c484eddb045a66a01ffa412ad793fb90d0de19856e11db",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for relaxed-json 1.0
// Project: https://github.com/phadej/relaxed-json
// Definitions by: Mikal Madsen <https://github.com/18steps>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export type Reviver = (this: {}, key: string, value: any) => any;

@@ -32,7 +27,6 @@ export function transform(text: string): string;

### Additional Details
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Mikal Madsen](https://github.com/18steps).
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