New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

asset-pipe-sink-fs

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asset-pipe-sink-fs - npm Package Compare versions

Comparing version 1.0.0-beta.2 to 1.0.0-beta.3

4

lib/sink.js
'use strict';
const EventEmitter = require('events');
const JSONStream = require('JSONStream');

@@ -65,4 +66,5 @@ const common = require('asset-pipe-common');

module.exports = class SinkFs {
module.exports = class SinkFs extends EventEmitter {
constructor (options = {}) {
super();
assert(options.path, '"options.path" is missing');

@@ -69,0 +71,0 @@ this.options = Object.assign({}, options);

{
"name": "asset-pipe-sink-fs",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"author": {

@@ -30,3 +30,3 @@ "name": "Trygve Lie",

"asset-pipe-common": "1.0.0-beta.3",
"readable-stream": "2.2.6"
"readable-stream": "2.2.7"
},

@@ -33,0 +33,0 @@ "devDependencies": {

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