Socket
Socket
Sign inDemoInstall

@types/checksum

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/checksum - npm Package Compare versions

Comparing version 0.1.32 to 0.1.33

9

checksum/index.d.ts

@@ -6,4 +6,2 @@ // Type definitions for checksum 0.1.1

declare namespace checksum {

@@ -18,3 +16,8 @@ /**

*/
algorithm?: string | undefined;
algorithm?: string;
/**
* Encoding to use, default 'hex'
* Can be 'base64' (see NodeJS encoding support)
*/
encoding?: string;
}

@@ -21,0 +24,0 @@

{
"name": "@types/checksum",
"version": "0.1.32",
"version": "0.1.33",
"description": "TypeScript definitions for checksum",

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

"dependencies": {},
"typesPublisherContentHash": "1785da7ec74fbc4a529f0f6b38f318e09ae103952e8ba15d83ed0883ac770d8d",
"typesPublisherContentHash": "f630be41bcf676d1d31333696dc7d5851af31446cd467bb391165f18fd6508ea",
"typeScriptVersion": "3.6"
}

@@ -16,4 +16,2 @@ # Installation

declare namespace checksum {

@@ -28,3 +26,8 @@ /**

*/
algorithm?: string | undefined;
algorithm?: string;
/**
* Encoding to use, default 'hex'
* Can be 'base64' (see NodeJS encoding support)
*/
encoding?: string;
}

@@ -60,3 +63,3 @@

### Additional Details
* Last updated: Thu, 08 Jul 2021 09:07:15 GMT
* Last updated: Tue, 03 Aug 2021 14:01:24 GMT
* Dependencies: none

@@ -63,0 +66,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