vue-window-size
Advanced tools
Comparing version 2.0.0-beta.6 to 2.0.0-beta.7
{ | ||
"name": "vue-window-size", | ||
"version": "2.0.0-beta.6", | ||
"version": "2.0.0-beta.7", | ||
"description": "Reactivity window size for Vue.js.", | ||
"type": "module", | ||
"main": "./libs/composition-api/dist/index.js", | ||
"module": "./libs/composition-api/dist/index.mjs", | ||
"types": "./libs/composition-api/dist/index.d.js", | ||
"main": "./composition-api/dist/index.js", | ||
"module": "./composition-api/dist/index.mjs", | ||
"types": "./composition-api/dist/index.d.js", | ||
"exports": { | ||
".": { | ||
"import": "./libs/composition-api/dist/index.mjs", | ||
"types": "./libs/composition-api/dist/index.d.js", | ||
"require": "./libs/composition-api/dist/index.js" | ||
"import": "./composition-api/dist/index.mjs", | ||
"types": "./composition-api/dist/index.d.js", | ||
"require": "./composition-api/dist/index.js" | ||
}, | ||
"./plugin": { | ||
"import": "./libs/plugin/dist/index.mjs", | ||
"types": "./libs/plugin/dist/index.d.js", | ||
"require": "./libs/plugin/dist/index.js" | ||
"import": "./plugin/dist/index.mjs", | ||
"types": "./plugin/dist/index.d.js", | ||
"require": "./plugin/dist/index.js" | ||
}, | ||
"./mixin": { | ||
"import": "./libs/mixin/dist/index.mjs", | ||
"types": "./libs/mixin/dist/index.d.js", | ||
"require": "./libs/mixin/dist/index.js" | ||
"import": "./mixin/dist/index.mjs", | ||
"types": "./mixin/dist/index.d.js", | ||
"require": "./mixin/dist/index.js" | ||
}, | ||
@@ -59,3 +59,5 @@ "./package.json": "./package.json", | ||
"files": [ | ||
"libs" | ||
"composition-api", | ||
"plugin", | ||
"mixin" | ||
], | ||
@@ -62,0 +64,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23362
1