New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@letscooee/web-sdk

Package Overview
Dependencies
Maintainers
2
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@letscooee/web-sdk - npm Package Compare versions

Comparing version 1.2.7 to 1.3.0

dist/shopify-sdk.min.js

6

CHANGELOG.md
# Change Log
## 1.3.0
1. Feat: Move entire Shopify SDK in this repository.
2. Fix: Add to cart & remove from cart events.
3. Feat: Send background event only when user was active.
## 1.2.7

@@ -4,0 +10,0 @@

14

package.json
{
"name": "@letscooee/web-sdk",
"description": "AI driven Personalized Notifications for Better Customer Engagement",
"version": "1.2.7",
"version": "1.3.0",
"scripts": {
"lint": "eslint 'src/**'",
"lint": "eslint \"**/**/*.ts\" --max-warnings=0",
"integrity": "./scripts/validate-integrity.sh",
"prepack": "npm run build:production",
"build": "tsc",
"build:production": "webpack && webpack --config ./webpack-preview.config.js",
"build:main": "webpack",
"build:shopify": "webpack --config ./webpack-shopify.config.js",
"build:preview": "webpack --config ./webpack-preview.config.js",
"build:production": "npm run build:main && npm run build:shopify && npm run build:preview",
"serve": "webpack serve",
"serve:preview": "webpack serve --config ./webpack-preview.config.js",
"serve:shopify": "webpack serve --config ./webpack-shopify.config.js",
"preversion": "git add CHANGELOG.md src/constants.ts",

@@ -40,2 +44,3 @@ "version": "npm run build:production",

"@typescript-eslint/parser": "^5.10.0",
"css-loader": "^6.7.3",
"eslint": "^8.7.0",

@@ -51,5 +56,6 @@ "eslint-config-google": "^0.14.0",

"karma-webpack": "^5.0.0",
"style-loader": "^3.3.2",
"ts-loader": "^9.2.4",
"typescript": "^4.4.4",
"webpack": "^5.47.1",
"webpack": "5.76.0",
"webpack-cli": "^4.7.2",

@@ -56,0 +62,0 @@ "webpack-dev-server": "^4.1.1"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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