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.1 to 0.1.2

10

Gruntfile.js

@@ -10,4 +10,4 @@ /*jshint camelcase:false */

var config = require('config'),
gruntAssets = require('./tasks/task-main');
var config = require('config');
var gruntAssets = require('./tasks/task-main');

@@ -178,5 +178,5 @@ module.exports = function( grunt ) {

tasks: [
'assetsBundle:testCase'
//'assetsReplace:testCaseHbs'
//'assetsS3'
'assetsBundle:testCase'
//'assetsReplace:testCaseHbs'
//'assetsS3'
]

@@ -183,0 +183,0 @@ },

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

s3path += assetObj.relPath;
return s3path;
return path.normalize(s3path);
};

@@ -387,0 +387,0 @@

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

@@ -43,3 +43,3 @@ "author": "Verbling",

"async": "~0.2.6",
"config": "~0.4.20",
"config": "~0.4.23",
"timely": "0.0.1",

@@ -46,0 +46,0 @@ "pace": "0.0.4",

@@ -502,3 +502,4 @@ # assetflow

## Release History
- **v0.1.2**, *17 April 2013*
- S3 paths now get normalized using `path.normalize()`.
- **v0.1.1**, *19 March 2013*

@@ -505,0 +506,0 @@ - Added support for commonjs for browsers.

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