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

@types/tsscmp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/tsscmp - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

tsscmp/index.d.ts

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

// Type definitions for tsscmp 1.0
// Project: https://github.com/suryagh/tsscmp#readme
// Definitions by: Gareth Jones <https://github.com/g-rath>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = timeSafeCompare;

@@ -7,0 +2,0 @@

13

tsscmp/package.json
{
"name": "@types/tsscmp",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript definitions for tsscmp",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tsscmp",
"license": "MIT",

@@ -9,8 +10,8 @@ "contributors": [

"name": "Gareth Jones",
"url": "https://github.com/g-rath",
"githubUsername": "g-rath"
"githubUsername": "g-rath",
"url": "https://github.com/g-rath"
}
],
"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -23,4 +24,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "2d930b3a3c9226ccaa284700cec8472c564ef61b9b124866cf6a00232f3874cc",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "c39832a3e54b53f2f0719668948aca7d487d205f5d7f4182780ec06499047292",
"typeScriptVersion": "4.5"
}

@@ -8,10 +8,17 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tsscmp
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tsscmp.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tsscmp/index.d.ts)
````ts
export = timeSafeCompare;
Additional Details
* Last updated: Fri, 28 Jun 2019 00:15:15 GMT
declare function timeSafeCompare(a: number, b: number): boolean;
declare function timeSafeCompare(a: string, b: string): boolean;
````
### Additional Details
* Last updated: Wed, 18 Oct 2023 11:45:07 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by Gareth Jones <https://github.com/g-rath>.
These definitions were written by [Gareth Jones](https://github.com/g-rath).

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