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

hashly

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hashly - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

hashly.sublime-workspace

7

lib/hashly.js

@@ -66,2 +66,7 @@ "use strict";

// do not handle css inlined data
if (virtualPath.startsWith("data:")) {
return virtualPath;
}
var entry = processEntry(physicalPath, baseDir, targetDir, data);

@@ -204,2 +209,4 @@ if (!entry) {

transformedText = null;
} else if (entry.transformedText) {
fsutil.writeFileSync(entry.hashedPathPhysical, entry.transformedText, "utf8");
} else {

@@ -206,0 +213,0 @@ fsutil.copySync(entry.pathPhysical, entry.hashedPathPhysical);

3

lib/serializer-factory.js

@@ -6,3 +6,4 @@ "use strict";

"json": true,
"tab": true
"tab": true,
"json-object": true
};

@@ -9,0 +10,0 @@

{
"name": "hashly",
"version": "0.4.5",
"version": "0.4.6",
"description": "Renames static files with a hashcode for cache busting",

@@ -5,0 +5,0 @@ "directories": {

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