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

@sweetui/sweet

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sweetui/sweet - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

2

package.json
{
"name": "@sweetui/sweet",
"version": "2.0.7",
"version": "2.0.8",
"description": "Sweet Core",

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

@@ -1,2 +0,3 @@

const language = window.localStorage.getItem('userLang') || (window.navigator.language || window.navigator.browserLanguage);
const browserLang = window.navigator.language || window.navigator.browserLanguage;
language = window.localStorage.getItem('userLang') || (browserLang.match(/\S*(?=-)/)[0] === 'en' ? 'en' : browserLang);

@@ -3,0 +4,0 @@ export default {

@@ -100,3 +100,2 @@ /*

const install = function(Vue, opts = {}) {
console.log(1);
if (install.installed) return;

@@ -103,0 +102,0 @@ Vue.prototype.SWTOOL = SWTOOL;

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