Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chemicaltools-web

Package Overview
Dependencies
Maintainers
1
Versions
274
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chemicaltools-web - npm Package Compare versions

Comparing version 3.0.27 to 3.0.28

src-cordova/www/js/acid.c27815db.js

2

package.json
{
"name": "chemicaltools-web",
"version": "3.0.27",
"version": "3.0.28",
"description": "Chemical Tools PWA version for Chemistry students.",

@@ -5,0 +5,0 @@ "author": "Jinzhe Zeng",

@@ -17,3 +17,3 @@ /**

importScripts(
"precache-manifest.0a58ad134356eae244c864917695935f.js"
"precache-manifest.55ab04fd3bd5ceac140f20e3b78f02a5.js"
);

@@ -20,0 +20,0 @@

@@ -20,5 +20,5 @@ import Vue from 'vue'

export default new VueI18n({
locale: process.env.VUE_APP_I18N_LOCALE || 'en',
locale: process.env.VUE_APP_I18N_LOCALE || navigator.language.split('-')[0] || 'en',
fallbackLocale: process.env.VUE_APP_I18N_FALLBACK_LOCALE || 'en',
messages: loadLocaleMessages()
})

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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