@loophq/design-system
Advanced tools
Comparing version 0.5.9 to 2.0.0-beta.0
{ | ||
"name": "@loophq/design-system", | ||
"version": "0.5.9", | ||
"version": "2.0.0-beta.0", | ||
"homepage": "https://loop-design-system.netlify.app/", | ||
"main": "dist/loop-design-system.umd.js", | ||
"module": "dist/loop-design-system.umd.js", | ||
"files": [ | ||
"dist/**/*" | ||
"dist" | ||
], | ||
"main": "./dist/loop-design-system.umd.js", | ||
"module": "./dist/loop-design-system.es.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/loop-design-system.es.js", | ||
"require": "./dist/loop-design-system.umd.js" | ||
} | ||
}, | ||
"scripts": { | ||
"library:build": "node build_scripts/build-library.js", | ||
"library:publish": "node build_scripts/publish.js", | ||
"test:unit": "vue-cli-service test:unit", | ||
"test:unit-watch": "vue-cli-service test:unit --watch", | ||
"lint": "vue-cli-service lint", | ||
"dev": "vite", | ||
"build": "vite build", | ||
"preview": "vite preview", | ||
"build-storybook": "build-storybook", | ||
"storybook": "start-storybook -p 6006 --ci", | ||
"dev": "run-p storybook test:unit-watch" | ||
"storybook-dev": "run-p storybook test:unit-watch" | ||
}, | ||
"peerDependencies": { | ||
"focus-visible": "5.1.0", | ||
"vue": "^2.6.11", | ||
"vue": "^3.2.25", | ||
"scroll-lock": "2.1.5" | ||
@@ -39,7 +43,3 @@ }, | ||
"@testing-library/vue": "5.0.3", | ||
"@vue/cli-plugin-babel": "~4.3.0", | ||
"@vue/cli-plugin-eslint": "~4.3.0", | ||
"@vue/cli-plugin-router": "4.3.1", | ||
"@vue/cli-plugin-unit-mocha": "~4.3.0", | ||
"@vue/cli-service": "~4.3.0", | ||
"@vitejs/plugin-vue": "^2.2.0", | ||
"@vue/test-utils": "1.0.0-beta.31", | ||
@@ -55,15 +55,15 @@ "babel-eslint": "^10.1.0", | ||
"focus-visible": "5.1.0", | ||
"node-sass": "^4.12.0", | ||
"npm-run-all": "4.1.5", | ||
"postcss-loader": "3.0.0", | ||
"postcss-preset-env": "6.7.0", | ||
"sass-loader": "^8.0.2", | ||
"style-resources-loader": "^1.3.2", | ||
"vue-cli-plugin-style-resources-loader": "0.1.4", | ||
"vue-template-compiler": "^2.6.11", | ||
"webfontloader": "1.6.28" | ||
"webfontloader": "1.6.28", | ||
"sass": "^1.49.9", | ||
"vite": "^2.8.0" | ||
}, | ||
"dependencies": { | ||
"scroll-lock": "2.1.5" | ||
"focus-visible": "5.1.0", | ||
"nanoid": "^3.3.1", | ||
"scroll-lock": "2.1.5", | ||
"vue": "^3.2.25" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
30
280481
7
5
4136
2
2
+ Addedfocus-visible@5.1.0
+ Addednanoid@^3.3.1
+ Addedvue@^3.2.25
+ Added@jridgewell/sourcemap-codec@1.5.0(transitive)
+ Added@vue/compiler-core@3.5.13(transitive)
+ Added@vue/compiler-dom@3.5.13(transitive)
+ Added@vue/compiler-sfc@3.5.13(transitive)
+ Added@vue/compiler-ssr@3.5.13(transitive)
+ Added@vue/reactivity@3.5.13(transitive)
+ Added@vue/runtime-core@3.5.13(transitive)
+ Added@vue/runtime-dom@3.5.13(transitive)
+ Added@vue/server-renderer@3.5.13(transitive)
+ Added@vue/shared@3.5.13(transitive)
+ Addedentities@4.5.0(transitive)
+ Addedestree-walker@2.0.2(transitive)
+ Addedmagic-string@0.30.17(transitive)
+ Addedvue@3.5.13(transitive)
- Removed@vue/compiler-sfc@2.7.16(transitive)
- Removedprettier@2.8.8(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedvue@2.7.16(transitive)