Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@jsprismarine/jsbinaryutils

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsprismarine/jsbinaryutils - npm Package Compare versions

Comparing version
5.5.1
to
5.5.2
+1
-2
dist/esm/package.json

@@ -1,2 +0,1 @@

��{"type": "module"}
��{"type": "module"}
{
"name": "@jsprismarine/jsbinaryutils",
"version": "5.5.1",
"version": "5.5.2",
"description": "Basic binary data managing tool written in TypeScript.",

@@ -15,3 +15,3 @@ "main": "./dist/cjs/BinaryStream.js",

"test:watch": "jest --watchAll",
"prepublishOnly": "npm run test && npm run build",
"prepublishOnly": "npm run test",
"build": "build.sh"

@@ -18,0 +18,0 @@ },