Socket
Socket
Sign inDemoInstall

@telus/eshop-core-util-get-offer-hash

Package Overview
Dependencies
4
Maintainers
23
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 3.0.0

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [3.0.0](https://github.com/telus/eshop-core/compare/@telus/eshop-core-util-get-offer-hash@2.0.0...@telus/eshop-core-util-get-offer-hash@3.0.0) (2021-07-05)
* feat!: improve tree shaking (#761) ([0e88f2c](https://github.com/telus/eshop-core/commit/0e88f2c0b619e40884854701fc0db8be2634811e)), closes [#761](https://github.com/telus/eshop-core/issues/761)
### BREAKING CHANGES
* Improves tree shaking of some components by setting `"sideEffects": false` in package.json. This will give hints to webpack that the package is side effect free and can be tree shaken more effectively. Also some minor code updates and fixes to packages to improve size.
* test: update snaps
# [2.0.0](https://github.com/telus/eshop-core/compare/@telus/eshop-core-util-get-offer-hash@1.0.1...@telus/eshop-core-util-get-offer-hash@2.0.0) (2021-06-15)

@@ -8,0 +24,0 @@

5

package.json
{
"name": "@telus/eshop-core-util-get-offer-hash",
"version": "2.0.0",
"version": "3.0.0",
"description": "Utility function to create a hash of an offer for caching purposes",

@@ -10,2 +10,3 @@ "author": "Lance Barlaan <lance.barlaan@telus.com>",

"module": "dist/esm/index.js",
"sideEffects": false,
"files": [

@@ -33,3 +34,3 @@ "dist/*"

},
"gitHead": "6511f558b738fd51386308c88b6ed5e6a59548ea"
"gitHead": "2e482c8a73d7d630085f0bdb647b29dca461f3bf"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc