Socket
Socket
Sign inDemoInstall

@remix-run/web-stream

Package Overview
Dependencies
1
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

8

package.json
{
"name": "@remix-run/web-stream",
"version": "1.0.3",
"version": "1.0.4",
"description": "Web API compatible streams for node/web",

@@ -26,6 +26,6 @@ "files": [

".": {
"types": "./src/lib.d.ts",
"browser": "./src/lib.js",
"require": "./src/stream.cjs",
"import": "./src/lib.node.js",
"types": "./src/lib.d.ts"
"import": "./src/lib.node.js"
}

@@ -48,3 +48,3 @@ },

"typescript": "^4.4.4",
"uvu": "^0.5.2"
"uvu": "0.5.2"
},

@@ -51,0 +51,0 @@ "scripts": {

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

# @web-std/stream
# @remix-run/web-stream

@@ -18,3 +18,3 @@ [![ci][ci.icon]][ci.url]

TransformStream,
} from "@web-std/stream"
} from "@remix-run/web-stream"
```

@@ -30,11 +30,11 @@

npm install @web-std/stream
npm install @remix-run/web-stream
[ci.icon]: https://github.com/web-std/io/workflows/stream/badge.svg
[ci.url]: https://github.com/web-std/io/actions/workflows/stream.yml
[version.icon]: https://img.shields.io/npm/v/@web-std/stream.svg
[downloads.icon]: https://img.shields.io/npm/dm/@web-std/stream.svg
[package.url]: https://npmjs.org/package/@web-std/stream
[downloads.image]: https://img.shields.io/npm/dm/@web-std/stream.svg
[downloads.url]: https://npmjs.org/package/@web-std/stream
[version.icon]: https://img.shields.io/npm/v/@remix-run/web-stream.svg
[downloads.icon]: https://img.shields.io/npm/dm/@remix-run/web-stream.svg
[package.url]: https://npmjs.org/package/@remix-run/web-stream
[downloads.image]: https://img.shields.io/npm/dm/@remix-run/web-stream.svg
[downloads.url]: https://npmjs.org/package/@remix-run/web-stream
[prettier.icon]: https://img.shields.io/badge/styled_with-prettier-ff69b4.svg

@@ -41,0 +41,0 @@ [prettier.url]: https://github.com/prettier/prettier

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