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

5

lib/sink.js

@@ -30,6 +30,7 @@ "use strict";

file.on('finish', () => {
const fileName = hasher.hash + '.' + fileType;
const id = hasher.hash;
const fileName = id + '.' + fileType;
fs.rename(temp, path.join(this.fileDir, fileName), () => {
if (callback) {
callback(fileName);
callback(id, fileName);
}

@@ -36,0 +37,0 @@ });

2

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

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

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