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

vue-sellsuki-auth-2

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-sellsuki-auth-2 - npm Package Compare versions

Comparing version 2.4.1 to 2.4.3

19

index.js

@@ -76,16 +76,7 @@ /* global localStorage */

Vue.prototype.$sellsuki_auth.initLocalStorage = (storeId) => {
alert('123')
document.cookie = 'sellsuki.storeId2=' + storeId + ';domain=.sellsuki.com'
document.cookie = 'sellsuki.storeId=' + storeId
// if (window.location.origin === 'http') {
// document.cookie = 'sellsuki.storeId=' + storeId
// } else {
// document.cookie = 'sellsuki.storeId=' + storeId + ';domain=.sellsuki.com'
// }
// if (window.location.origin === 'https://dm.sellsuki.com' || window.location.origin === 'https://staging-dm.sellsuki.com') {
// document.cookie = 'sellsuki.storeId=' + storeId + ';domain=.sellsuki.com'
// } else {
// document.cookie = 'sellsuki.storeId=' + storeId
// }
if (window.location.origin === 'https://dm.sellsuki.com' || window.location.origin === 'https://staging-dm.sellsuki.com') {
document.cookie = 'sellsuki.storeId=' + storeId + ';domain=.sellsuki.com'
} else {
document.cookie = 'sellsuki.storeId=' + storeId
}
if (!setupStorage()) {

@@ -92,0 +83,0 @@ window.location.href = scope.portal

{
"name": "vue-sellsuki-auth-2",
"version": "2.4.1",
"version": "2.4.3",
"description": "vue-sellsuki-auth new version",

@@ -5,0 +5,0 @@ "main": "index.js",

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