Socket
Socket
Sign inDemoInstall

@types/hash-sum

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/hash-sum - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

hash-sum/index.d.ts

@@ -1,8 +0,3 @@

// Type definitions for hash-sum 1.0
// Project: https://github.com/bevacqua/hash-sum
// Definitions by: Daniel Rosenwasser <https://github.com/DanielRosenwasser>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = hash_sum;
declare function hash_sum(value: any): string;

15

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

@@ -9,15 +10,17 @@ "contributors": [

"name": "Daniel Rosenwasser",
"url": "https://github.com/DanielRosenwasser",
"githubUsername": "DanielRosenwasser"
"githubUsername": "DanielRosenwasser",
"url": "https://github.com/DanielRosenwasser"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/hash-sum"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "a5aa5eccb50be28ba561fdcc78f1f1f774d5ec7d191405e2481f3088a133b94f",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "657371ab8697f0b02e6753ada92097aebf827c1a2a364aa35de8b979cb6f67bd",
"typeScriptVersion": "4.5"
}

16

hash-sum/README.md

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

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hash-sum
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hash-sum.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hash-sum/index.d.ts)
````ts
export = hash_sum;
Additional Details
* Last updated: Sat, 25 Aug 2018 01:04:12 GMT
declare function hash_sum(value: any): string;
````
### Additional Details
* Last updated: Wed, 18 Oct 2023 01:17:35 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by Daniel Rosenwasser <https://github.com/DanielRosenwasser>.
These definitions were written by [Daniel Rosenwasser](https://github.com/DanielRosenwasser).

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