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

broccoli-asset-rev

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-asset-rev - npm Package Compare versions

Comparing version 2.4.4 to 2.4.5

3

index.js
var path = require('path');
var assetRev = require('./lib/asset-rev');
var defaults = require('./lib/default-options');

@@ -32,3 +31,3 @@

if (type === 'all' && this.options.enabled) {
tree = assetRev(tree, this.options);
tree = require('./lib/asset-rev')(tree, this.options);
}

@@ -35,0 +34,0 @@

{
"name": "broccoli-asset-rev",
"version": "2.4.4",
"version": "2.4.5",
"description": "broccoli asset revisions (fingerprint)",

@@ -5,0 +5,0 @@ "main": "lib/asset-rev.js",

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