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

@types/keygrip

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/keygrip - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

keygrip/LICENSE

4

keygrip/index.d.ts

@@ -13,4 +13,4 @@ // Type definitions for keygrip 1.0

interface KeygripFunction {
new (keys: string[], algorithm?: string, encoding?: string): Keygrip;
(keys: string[], algorithm?: string, encoding?: string): Keygrip;
new (keys: ReadonlyArray<string>, algorithm?: string, encoding?: string): Keygrip;
(keys: ReadonlyArray<string>, algorithm?: string, encoding?: string): Keygrip;
}

@@ -17,0 +17,0 @@

{
"name": "@types/keygrip",
"version": "1.0.1",
"version": "1.0.2",
"description": "TypeScript definitions for keygrip",

@@ -9,15 +9,17 @@ "license": "MIT",

"name": "jKey Lu",
"url": "https://github.com/jkeylu"
"url": "https://github.com/jkeylu",
"githubUsername": "jkeylu"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/keygrip"
},
"scripts": {},
"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "373e2e0714fc60ae6f9a675c244ad0d6ac62fcab23fe47c069d93a33d46e675c",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "85791e9272f5401dc3416aead8d95149b11fbcc20d9d5b22ef8f75aef9021382",
"typeScriptVersion": "2.8"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/keygrip
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/keygrip.
Additional Details
* Last updated: Fri, 24 Mar 2017 15:49:53 GMT
### Additional Details
* Last updated: Thu, 26 Dec 2019 18:59:55 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by jKey Lu <https://github.com/jkeylu>.
These definitions were written by jKey Lu (https://github.com/jkeylu).
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