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

@loophq/design-system

Package Overview
Dependencies
Maintainers
8
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loophq/design-system - npm Package Compare versions

Comparing version 0.5.9 to 2.0.0-beta.0

dist/loop-design-system.es.js

46

package.json
{
"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

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