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

from-node-stream

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

from-node-stream - npm Package Compare versions

Comparing version
0.0.8
to
0.0.9
dist/index.js.map

Sorry, the diff of this file is too big to display

+2
-2
{
"name": "from-node-stream",
"version": "0.0.8",
"version": "0.0.9",
"description": "convert nodejs-stream into webstream",

@@ -38,3 +38,3 @@ "keywords": [

"build": "bun build:type && bun build:js",
"build:js": "bun build . --outdir=dist",
"build:js": "bun build . --outdir=dist --sourcemap=external",
"build:type": "tsc -d --noEmit false --emitDeclarationOnly --outDir dist",

@@ -41,0 +41,0 @@ "prerelease": "bun run build && bun run test",

Sorry, the diff of this file is too big to display