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

asset-pipe-sink-mem

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

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

4

lib/sink.js

@@ -47,7 +47,7 @@ 'use strict';

setImmediate(() => {
this.emit('file found');
this.emit('file found', this.file);
});
} else {
setImmediate(() => {
this.emit('file not found', new Error('file not found'));
this.emit('file not found', this.file);
});

@@ -54,0 +54,0 @@ }

{
"name": "asset-pipe-sink-mem",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"author": {

@@ -5,0 +5,0 @@ "name": "Trygve Lie",

@@ -82,4 +82,4 @@ # asset-pipe-sink-mem

- `file found` - When the file we want to read is found.
- `file not saved` - When the file we want to read is not found. Emits with: `error`.
- `file found` - When the file we want to read is found. Emits with: `file`
- `file not saved` - When the file we want to read is not found. Emits with: `file`.

@@ -86,0 +86,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