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

@ditojs/ui

Package Overview
Dependencies
Maintainers
1
Versions
391
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ditojs/ui - npm Package Compare versions

Comparing version 0.26.0 to 0.27.0

dist/demo.html

42

package.json
{
"name": "@ditojs/ui",
"version": "0.26.0",
"version": "0.27.0",
"description": "Dito.js UI is a simple UI library, built with Vue.js for use in Dito.js Admin and elsewhere",
"main": "src",
"main": "dist/dito-ui.umd.min.js",
"style": "dist/dito-ui.css",
"repository": "https://github.com/ditojs/dito/tree/master/packages/ui",

@@ -13,3 +14,8 @@ "author": "Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",

],
"scripts": {},
"scripts": {
"serve": "vue-cli-service serve dev",
"build": "vue-cli-service build --target lib --name dito-ui src/index.js",
"lint": "vue-cli-service lint src/index.js",
"prepare": "yarn build"
},
"engines": {

@@ -20,8 +26,28 @@ "node": ">= 9.0.0",

"dependencies": {
"@ditojs/utils": "^0.26.0",
"hint.css": "^2.5.0",
"node-sass": "^4.9.1",
"@ditojs/utils": "^0.27.0"
},
"devDependencies": {
"@ditojs/webpack": "^0.27.0",
"@vue/cli-plugin-babel": "^3.0.0-rc.10",
"@vue/cli-plugin-eslint": "^3.0.0-rc.10",
"@vue/cli-service": "^3.0.0-rc.10",
"babel-loader": "^8.0.0-beta.4",
"node-sass": "4.9.2",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.1.0",
"sass-svg": "^1.2.0",
"vue": "^2.5.16"
}
"sassdash": "^0.9.0",
"vue-template-compiler": "^2.5.16"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
src/styles/components.sass

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

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