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

broccoli-asset-rewrite

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-asset-rewrite - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

.travis.yml

6

index.js

@@ -20,2 +20,8 @@ var Filter = require('broccoli-filter');

AssetRewrite.prototype.processAndCacheFile = function (srcDir, destDir, relativePath) {
this._cache = {};
return Filter.prototype.processAndCacheFile.apply(this, arguments);
};
AssetRewrite.prototype.processString = function (string) {

@@ -22,0 +28,0 @@ var newString = string;

9

package.json
{
"name": "broccoli-asset-rewrite",
"version": "0.0.1",
"version": "0.1.0",
"description": "broccoli plugin to rewrite a source tree from an asset map.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha tests"
},

@@ -28,3 +28,8 @@ "repository": {

"broccoli-filter": "^0.1.6"
},
"devDependencies": {
"mocha": "~1.20.1",
"broccoli": "~0.12.3",
"walk-sync": "~0.1.2"
}
}
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