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

assetgraph-hashfiles

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assetgraph-hashfiles - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### v1.0.1 (2019-10-20)
- [Fix breaking of query strings when moving assets around](https://github.com/assetgraph/assetgraph-hashfiles/commit/e5cf2471677b2c4d100f20ad7a38f8f4c8566f21) ([Peter Müller](mailto:munter@fumle.dk))
### v1.0.0 (2019-10-20)

@@ -2,0 +6,0 @@

@@ -159,3 +159,7 @@ const { ensureTrailingSlash } = require('urltools');

}
return baseUrl + asset.fileName;
return `${baseUrl}${asset.fileName}${asset.url.replace(
/^[^#?]*(?:)/,
''
)}`;
}

@@ -162,0 +166,0 @@ );

2

package.json

@@ -5,3 +5,3 @@ {

"repository": "git://github.com/assetgraph/assetgraph-hashfiles.git",
"version": "1.0.0",
"version": "1.0.1",
"license": "BSD-3-Clause",

@@ -8,0 +8,0 @@ "maintainers": [

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