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

@types/jsan

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jsan - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

4

jsan/index.d.ts

@@ -25,3 +25,3 @@ // Type definitions for jsan 3.1

space?: string | number,
_options?: Options | boolean
_options?: Options | boolean,
): string;

@@ -31,3 +31,3 @@

text: string,
reviver?: (key: string, value: unknown) => unknown
reviver?: (key: string, value: unknown) => unknown,
): unknown;
{
"name": "@types/jsan",
"version": "3.1.2",
"version": "3.1.3",
"description": "TypeScript definitions for jsan",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsan",

"dependencies": {},
"typesPublisherContentHash": "d22ddcab3f6851abdcd29e7692fcc7c8dca831a2e0790477d1726fa20b99c10c",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "d79afd17f7438d35ab5032c23adeee37cfb7ded69a9e600bed6f2132c1610445",
"typeScriptVersion": "4.5"
}

@@ -35,3 +35,3 @@ # Installation

space?: string | number,
_options?: Options | boolean
_options?: Options | boolean,
): string;

@@ -41,3 +41,3 @@

text: string,
reviver?: (key: string, value: unknown) => unknown
reviver?: (key: string, value: unknown) => unknown,
): unknown;

@@ -48,3 +48,3 @@

### Additional Details
* Last updated: Wed, 21 Jul 2021 19:31:18 GMT
* Last updated: Fri, 15 Sep 2023 20:36:37 GMT
* Dependencies: none

@@ -51,0 +51,0 @@ * Global values: none

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