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

vue-chartjs

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-chartjs - npm Package Compare versions

Comparing version 2.5.6 to 2.5.7-rc1

dist/vue-chartjs.full.js

12

package.json
{
"name": "vue-chartjs",
"version": "2.5.6",
"version": "2.5.7-rc1",
"description": "vue.js wrapper for chart.js",

@@ -40,3 +40,3 @@ "author": "Jakub Juszczak <jakub@posteo.de>",

"main": "dist/vue-chartjs.js",
"unpkg": "dist/vue-chartjs.min.js",
"unpkg": "dist/vue-chartjs.full.min.js",
"module": "es/index.js",

@@ -57,8 +57,10 @@ "jsnext:main": "es/index.js",

"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs",
"release": "webpack --progress --hide-modules --config ./build/webpack.release.js && NODE_ENV=production webpack --progress --hide-modules --config ./build/webpack.release.min.js",
"release": "webpack --progress --hide-modules --config ./build/webpack.release.js && NODE_ENV=production webpack --progress --hide-modules --config ./build/webpack.release.min.js && webpack --progress --hide-modules --config ./build/webpack.release.full.js && NODE_ENV=production webpack --progress --hide-modules --config ./build/webpack.release.full.min.js",
"prepublish": "yarn run lint && yarn run test && yarn run build"
},
"dependencies": {
"lodash": "^4.17.4"
},
"peerDependencies": {
"chart.js": "^2.5.0",
"lodash": "^4.17.4",
"vue": "^2.2.6"

@@ -75,2 +77,3 @@ },

"chai": "^3.5.0",
"chart.js": "^2.5.0",
"chromedriver": "^2.28.0",

@@ -118,2 +121,3 @@ "connect-history-api-fallback": "^1.1.0",

"url-loader": "^0.5.8",
"vue": "^2.2.6",
"vue-hot-reload-api": "^2.0.11",

@@ -120,0 +124,0 @@ "vue-html-loader": "^1.2.4",

Sorry, the diff of this file is too big to display

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