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

vue-mutable

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-mutable - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

package.json
{
"name": "vue-mutable",
"version": "1.0.0",
"version": "1.1.0",
"description": "Proxies your props into mutable local state.",

@@ -5,0 +5,0 @@ "main": "dist/vue-mutable.js",

@@ -5,2 +5,15 @@ # Vue Mutable

# Install
```bash
npm i --save vue-mutable
# or
yarn add vue-mutable
```
```js
import { VueMutable } from 'vue-mutable';
Vue.use(VueMutable);
```
## Before

@@ -7,0 +20,0 @@

@@ -1,2 +0,2 @@

import { proxyMutableProps } from "./proxyMutableProps";
import { proxyMutableProps as mutableProps } from "./proxyMutableProps";

@@ -12,6 +12,6 @@ /**

install(Vue, options) {
Vue.mixin(proxyMutableProps);
Vue.mixin(mutableProps);
}
};
export { VueMutable };
export { VueMutable, mutableProps };

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