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

buffer-crc32

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buffer-crc32 - npm Package Compare versions

Comparing version 1.0.0-RC3 to 1.0.0-RC4

8

package.json

@@ -5,3 +5,3 @@ {

"description": "A pure javascript CRC32 algorithm that plays nice with binary data",
"version": "1.0.0-RC3",
"version": "1.0.0-RC4",
"licenses": [

@@ -47,8 +47,8 @@ {

"./types": {
"import": "./dist/index.d.mts",
"require": "./dist/index.d.cts"
"import": "./index.d.ts",
"require": "./index.d.ts"
}
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.cts",
"types": "./index.d.ts",
"files": [

@@ -55,0 +55,0 @@ "dist",

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