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

binary-fetch

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binary-fetch - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

2

package.json
{
"name": "binary-fetch",
"version": "0.0.18",
"version": "0.0.19",
"description": "Fetch incremental binary packets from a browser",

@@ -5,0 +5,0 @@ "main": "./index.js",

@@ -11,3 +11,3 @@ import childProcess from 'child_process';

.pipe($.bump().on('end', () => console.log('bumped')))
.pipe(gulp.dest('./').on('end', () => console.log('done')))
.pipe(gulp.dest('./').on('finish', () => console.log('done')))
.on('error', reject).on('end', resolve);

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

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