Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vuetify

Package Overview
Dependencies
Maintainers
1
Versions
613
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuetify - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

18

build/webpack.build.config.js
const path = require('path')
const webpack = require('webpack')
const ExtractTextPlugin = require('extract-text-webpack-plugin')

@@ -30,9 +29,2 @@ module.exports = {

exclude: /node_modules/
},
{
test: /\.styl$/,
loader: ExtractTextPlugin.extract({
fallbackLoader: "vue-style-loader",
loader: ['css-loader', 'stylus-loader']
})
}

@@ -42,3 +34,2 @@ ]

plugins: [
new ExtractTextPlugin('stylus.css'),
new webpack.LoaderOptionsPlugin({

@@ -55,10 +46,3 @@ minimize: true

})
],
vue: {
postcss: [
require('autoprefixer')({
browsers: ['last 3 versions']
})
]
}
]
}

4

package.json

@@ -5,3 +5,3 @@ {

"author": "John Leider <john.j.leider@gmail.com>",
"version": "0.1.2",
"version": "0.1.3",
"main": "dist/vuetify",

@@ -21,6 +21,4 @@ "scripts": {

"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"pug": "^2.0.0-beta3",
"ress": "^1.1.1",
"sass-loader": "^4.0.0",
"serialize-javascript": "^1.3.0",

@@ -27,0 +25,0 @@ "style-loader": "^0.13.1",

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