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.1 to 1.0.0-beta.2

1

lib/sink.js

@@ -66,2 +66,3 @@ 'use strict';

super();
this.name = 'asset-pipe-sink-mem';
this.db = {};

@@ -68,0 +69,0 @@ }

2

package.json
{
"name": "asset-pipe-sink-mem",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"author": {

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

@@ -28,3 +28,3 @@ # asset-pipe-sink-mem

const express = require('express');
const Sink = require('asset-pipe-sink-fs');
const Sink = require('asset-pipe-sink-mem');

@@ -31,0 +31,0 @@ const app = express();

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