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

easy-vuex

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-vuex - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "easy-vuex",
"version": "0.1.2",
"version": "0.1.3",
"description": "适用于小型Vue应用的数据管理。可以全局共享部分数据和方法,既不需要像Vuex那样额外写一些mutation,又不需要采用Vue传统的props/events来通讯。",

@@ -5,0 +5,0 @@ "keywords": "vue vuex data-management",

@@ -18,5 +18,5 @@ module.exports = {

let _init = Vue.prototype._init;
var _init = Vue.prototype._init;
Vue.prototype._init = function () {
let _config = arguments[0];
var _config = arguments[0];

@@ -23,0 +23,0 @@ if (!_config.computed) {

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