Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
4
Maintainers
22
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

dist/index.cjs.js

12

CHANGELOG.md

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

## [1.0.1](https://github.com/telus/eshop-core/compare/@telus/eshop-core-util-get-offer-hash@1.0.0...@telus/eshop-core-util-get-offer-hash@1.0.1) (2021-02-26)
### Bug Fixes
* **package:** added dist files ([b5f6c6c](https://github.com/telus/eshop-core/commit/b5f6c6c1ed6ccec3ad04756faa7b094bcd0398e9))
* **package:** edited main and module source ([cf966a4](https://github.com/telus/eshop-core/commit/cf966a4c7660ccc5cc238e4c33fe8e0aaa9428fb))
# 1.0.0 (2021-02-25)

@@ -8,0 +20,0 @@

13

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

@@ -8,9 +8,6 @@ "author": "Lance Barlaan <lance.barlaan@telus.com>",

"license": "MIT",
"main": "lib/eshop-core-util-get-offer-hash.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"main": "index.cjs.js",
"module": "index.es.js",
"files": [
"lib"
"dist/*"
],

@@ -33,3 +30,3 @@ "publishConfig": {

},
"gitHead": "daa1684ca442ba8cbb97a5f395c750837c1ea5ee"
"gitHead": "324c194d315b2de1ac57faa624a921878caa8efa"
}
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