New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bytecodec

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bytecodec - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
+15
-3
package.json
{
"name": "bytecodec",
"version": "1.2.0",
"version": "1.2.1",
"description": "Zero-dependency byte toolkit for base64url, UTF-8 strings, and JSON in browser and Node runtimes.",

@@ -28,2 +28,10 @@ "keywords": [

},
"repository": {
"type": "git",
"url": "git+https://github.com/jortsupetterson/bytecodec.git"
},
"bugs": {
"url": "https://github.com/jortsupetterson/bytecodec/issues"
},
"homepage": "https://github.com/jortsupetterson/bytecodec#readme",
"files": [

@@ -35,5 +43,9 @@ "src",

"scripts": {
"test": "node test.js"
"test": "node test.js && node benchmark/bench.js",
"bench": "node benchmark/bench.js"
},
"sideEffects": false
"sideEffects": false,
"engines": {
"node": ">=18"
}
}