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

asset-rev

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asset-rev - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

3

index.js

@@ -5,2 +5,3 @@ const fs = require('fs');

const uniqid = require('uniqid');
const md5 = require('md5');
const appRootPath = require('app-root-path');

@@ -28,3 +29,3 @@

const hashedFiles = getSimplePath(hashingFiles.map(fileName => {
const hash = uniqid();
const hash = md5(uniqid());

@@ -31,0 +32,0 @@ const array = fileName.split('/');

{
"name": "asset-rev",
"version": "0.1.0",
"version": "0.1.1",
"description": "Append hash to assets and updates references in each file specified",

@@ -21,2 +21,3 @@ "repository": "git@github.com:Brianzchen/asset-rev.git",

"app-root-path": "^2.1.0",
"md5": "^2.2.1",
"uniqid": "^5.0.3"

@@ -23,0 +24,0 @@ },

Sorry, the diff of this file is not supported yet

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