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 1.0.1 to 2.0.0

dist/cjs/getOfferHash.js

17

CHANGELOG.md

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

# [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)
* feat!: build using Babel (#727) ([df3b3aa](https://github.com/telus/eshop-core/commit/df3b3aa7fb5bf79be06881d2254eba3247ba9805)), closes [#727](https://github.com/telus/eshop-core/issues/727)
### BREAKING CHANGES
* Build using babel!
Co-authored-by: szchow89 <steven.chow@telus.com>
Co-authored-by: Cody Rathor <codyrathor@gmail.com>
## [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)

@@ -8,0 +25,0 @@

13

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

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

"license": "MIT",
"main": "index.cjs.js",
"module": "index.es.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [

@@ -22,3 +22,6 @@ "dist/*"

"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
"test": "echo \"Error: run tests from root\" && exit 1",
"build:cjs": "BABEL_ENV=cjs babel src --out-dir dist/cjs --extensions .js,.jsx --root-mode upward",
"build:esm": "BABEL_ENV=esm babel src --out-dir dist/esm --extensions .js,.jsx --root-mode upward",
"build": "npm run build:cjs && npm run build:esm"
},

@@ -31,3 +34,3 @@ "bugs": {

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