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

asset-pipe-common

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asset-pipe-common - npm Package Compare versions

Comparing version 1.0.0-alpha.4 to 1.0.0-beta.1

6

lib/common.js

@@ -21,3 +21,3 @@ 'use strict';

});
this._hasher = crypto.createHash('sha1');
this._hasher = crypto.createHash('sha256');
}

@@ -51,3 +51,3 @@

});
this._hasher = crypto.createHash('sha1');
this._hasher = crypto.createHash('sha256');
}

@@ -77,3 +77,3 @@

module.exports.hasher = (source) => {
const hasher = crypto.createHash('sha1');
const hasher = crypto.createHash('sha256');
return hasher.update(source, Buffer.isBuffer(source) ? null : 'utf8').digest('hex');

@@ -80,0 +80,0 @@ };

{
"name": "asset-pipe-common",
"version": "1.0.0-alpha.4",
"version": "1.0.0-beta.1",
"author": {

@@ -28,9 +28,9 @@ "name": "Trygve Lie",

"dependencies": {
"readable-stream": "2.2.2"
"readable-stream": "2.2.6"
},
"devDependencies": {
"JSONStream": "1.2.1",
"JSONStream": "1.3.1",
"eslint": "^3.15.0",
"eslint-config-finn": "^1.0.1",
"tap": "10.0.2"
"tap": "10.3.0"
},

@@ -37,0 +37,0 @@ "scripts": {

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