Socket
Socket
Sign inDemoInstall

@opentiny/vue-common

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-common - npm Package Compare versions

Comparing version 3.1.0-alpha.0 to 3.5.0-alpha.0

adapter/index.d.ts

4

adapter/utils.js

@@ -30,5 +30,3 @@ /**

if (callbacks) {
callbacks.forEach((callback) =>
callback.apply(null, [].slice.call(arguments, 1))
)
callbacks.forEach((callback) => callback.apply(null, [].slice.call(arguments, 1)))

@@ -35,0 +33,0 @@ listeners[eventName] = callbacks.filter((callback) => !callback.once)

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

extend.isSvg = true
// 解决本地运行会报大量警告的问题

@@ -168,0 +169,0 @@ if (process.env.BUILD_TARGET) {

{
"name": "@opentiny/vue-common",
"version": "3.1.0-alpha.0",
"version": "3.5.0-alpha.0",
"description": "",

@@ -12,8 +12,9 @@ "main": "index.js",

"dependencies": {
"@opentiny/vue-renderless": "~3.1.0-alpha.0",
"@opentiny/vue-locale": "~3.1.0-alpha.0",
"@opentiny/vue-theme": "~3.1.0-alpha.0"
"@opentiny/vue-renderless": "~3.5.0",
"@opentiny/vue-locale": "~3.5.0-alpha.0",
"@opentiny/vue-theme": "~3.5.0"
},
"license": "MIT",
"types": "index.d.ts",
"sideEffects": false
}
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