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

hyperstream

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperstream - npm Package Compare versions

Comparing version 0.1.4 to 0.2.0

7

package.json
{
"name" : "hyperstream",
"version" : "0.1.4",
"version" : "0.2.0",
"description" : "stream html into html at a css selector",
"main" : "index.js",
"dependencies" : {
"trumpet" : "~0.3.5",
"trumpet" : "~0.4.0",
"duplexer" : "~0.0.2",

@@ -14,3 +14,4 @@ "through" : "~2.3.4",

"tap" : "~0.4.0",
"concat-stream" : "~0.1.1"
"concat-stream" : "~1.0.0",
"hyperquest" : "~0.1.5"
},

@@ -17,0 +18,0 @@ "scripts" : {

@@ -20,3 +20,3 @@ var test = require('tap').test;

var hq = hyperquest('http://localhost:' + port);
hq.pipe(concat(function (err, src) {
hq.pipe(concat(function (src) {
t.equal(String(src), '<div class="a">xyz</div>');

@@ -23,0 +23,0 @@ }));

@@ -16,3 +16,3 @@ var test = require('tap').test;

var rs = through();
rs.pipe(hs).pipe(concat(function (err, src) {
rs.pipe(hs).pipe(concat(function (src) {
t.equal(src, [

@@ -19,0 +19,0 @@ '<div class="a">' + Array(SIZE).join('THEBEST') + '</div>',

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