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
302
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 0.1.1 to 0.1.2

scripts/validate-integrity.sh

9

CHANGELOG.md
# Change Log
## 0.1.2
### Fixes
1. Properly check for mobile devices.
2. Refactor the rendering of wrapper & container.
3. By default add padding of 15px in all the cases.
4. Upgrade ua-parser-js.
## 0.1.1

@@ -4,0 +13,0 @@

5

package.json
{
"name": "@letscooee/web-sdk",
"description": "AI driven Personalized Notifications for Better Customer Engagement",
"version": "0.1.1",
"version": "0.1.2",
"scripts": {
"lint": "eslint 'src/**'",
"integrity": "./scripts/validate-integrity.sh",
"prepack": "npm run build:production",

@@ -52,5 +53,5 @@ "build": "tsc",

"stream-browserify": "^3.0.0",
"ua-parser-js": "^1.0.2",
"ua-parser-js": "^1.0.32",
"util": "^0.12.4"
}
}

1

webpack-preview.config.js

@@ -9,3 +9,4 @@ const config = require('./webpack.config');

config.output.filename = 'sdk-preview.min.js';
config.devServer.open = ['/index-preview.html']
module.exports = config;

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