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

assetstream

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assetstream - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

transform/compileLess.js

7

helper/isType.js

@@ -22,1 +22,8 @@

};
isType.less = function(asset) {
return (
isType.matching(asset, (/^text\/(x-)?less$/i)) ||
(/\.less$/.test(asset.path))
);
};

5

package.json
{
"name": "assetstream",
"version": "0.1.4",
"version": "0.1.5",
"description": "Stream and transform your browser assets.",

@@ -16,4 +16,5 @@ "repository": {

"source-map": "0.1.x",
"handlebars": "1.x"
"handlebars": "1.x",
"common": "0.2.x"
}
}

1

transform/index.js
exports.bundleJavaScript = require('./bundleJavaScript');
exports.minifyJavaScript = require('./minifyJavaScript');
exports.compileLess = require('./compileLess');
exports.compressText = require('./compressText');
exports.precompileHandlebars = require('./precompileHandlebars');
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