Socket
Socket
Sign inDemoInstall

buffer-crc32

Package Overview
Dependencies
0
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-RC5 to 1.0.0-RC7

dist/index.d.cts

11

package.json

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

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

@@ -26,3 +26,3 @@ {

"test": "tap tests/*.test.js --reporter classic",
"build": "npx unbuild@2.0.0",
"build": "npx unbuild@2.0.0 && npx cpy-cli index.d.ts dist --rename=index.d.cts && npx cpy-cli index.d.ts dist --rename=index.d.mts",
"prepublishOnly": "npm run build",

@@ -46,9 +46,12 @@ "format": "prettier --write --log-level warn \"**/*.{json,md,js}\""

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

@@ -55,0 +58,0 @@ "README.md"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc