Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

turbo-stream

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turbo-stream - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

6

dist/turbo-stream.js

@@ -35,8 +35,2 @@ import { flatten } from "./flatten.js";

}
class SyntaxError extends Error {
name = "SyntaxError";
constructor(message) {
super(message ?? `Invalid input`);
}
}
async function decodeInitial(reader) {

@@ -43,0 +37,0 @@ const read = await reader.read();

2

package.json
{
"name": "turbo-stream",
"version": "0.0.5",
"version": "0.0.6",
"description": "A streaming data transport format that aims to support built-in features such as Promises, Dates, RegExps, Maps, Sets and more.",

@@ -5,0 +5,0 @@ "type": "module",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc