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

turbo-stream

Package Overview
Dependencies
Maintainers
0
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 2.2.2 to 2.2.3

4

dist/unflatten.js

@@ -17,3 +17,5 @@ "use strict";

const startIndex = values.length;
values.push(...parsed);
for (const value of parsed) {
values.push(value);
}
hydrated.length = values.length;

@@ -20,0 +22,0 @@ return hydrate.call(this, startIndex);

{
"name": "turbo-stream",
"version": "2.2.2",
"version": "2.2.3",
"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 @@ "files": [

Sorry, the diff of this file is not supported yet

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