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

@begin/chunker

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@begin/chunker - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

index.js

@@ -13,3 +13,3 @@ const { readdir, readFile, writeFile } = require('fs/promises')

let raw = data || await readFile(src)
let shasum = crypto.createHash('sha1').update(raw.toString('base64'))
let shasum = crypto.createHash('sha256').update(raw)
let guid = shasum.digest('hex')

@@ -16,0 +16,0 @@ let chunks = {}

{
"name": "@begin/chunker",
"version": "1.1.0",
"version": "1.1.1",
"description": "Chunk binary files into smaller pieces",

@@ -5,0 +5,0 @@ "scripts": {

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