Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

assetflow

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assetflow - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

lib/asset-itterator.js

@@ -195,3 +195,3 @@ /*jshint camelcase:false */

var useHash;
var useHash = hash;
if ( 0 < this.options.truncateHash && _.isNumber( this.options.truncateHash )) {

@@ -198,0 +198,0 @@ useHash = hash.substr(0, this.options.truncateHash);

{
"name": "assetflow",
"description": "Asset deployment for node",
"version": "0.1.5",
"version": "0.1.6",
"homepage": "https://github.com/verbling/assetflow",

@@ -6,0 +6,0 @@ "author": "Verbling",

@@ -573,2 +573,4 @@ # assetflow

- **v0.1.6**, *26 Jul 2013*
- Bug fix for file created with `-undefined` hash, thanks [Younes](https://github.com/interactive-object).
- **v0.1.5**, *21 Jul 2013*

@@ -575,0 +577,0 @@ - Updated dependencies versions (Knox specifically had issues that are now fixed)

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