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

punch

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

punch - npm Package Compare versions

Comparing version 0.5.12 to 0.5.13

2

lib/asset_bundler.js

@@ -9,3 +9,3 @@ var path = require("path");

var withoutFingerprint = function(name) {
return name.replace(/-[\S]*$/, "");
return name.replace(/-\d+$/, "");
};

@@ -12,0 +12,0 @@

@@ -42,3 +42,3 @@ var _ = require("underscore");

} else {
raise(e);
throw(e);
}

@@ -45,0 +45,0 @@ }

@@ -15,3 +15,3 @@ {

],
"version": "0.5.12",
"version": "0.5.13",
"homepage": "https://github.com/laktek/punch",

@@ -18,0 +18,0 @@ "author": "Lakshan Perera <lakshan@web2media.net> (http://laktek.com)",

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