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

vue-ls

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-ls - npm Package Compare versions

Comparing version 1.2.2 to 1.2.5

examples/counter/index.html

4

gulpfile.js

@@ -33,6 +33,6 @@ var gulp = require('gulp');

gulp.task('watch', function () {
gulp.task('watch', gulp.series('js', function () {
gulp.watch('./src/*.js', gulp.parallel('js'));
});
}));
gulp.task('default', gulp.parallel('js'));
{
"name": "vue-ls",
"version": "1.2.2",
"version": "1.2.5",
"description": "Vue plugin for work with LocalStorage from Vue context",
"main": "dist/vue-ls.js",
"jsnext:main": "src/index.js",
"scripts": {

@@ -7,0 +8,0 @@ "build": "node_modules/.bin/gulp",

@@ -21,12 +21,25 @@ # vue-ls

## Example
[JSFiddle](https://jsfiddle.net/Robin_ck/Lvb2ah5p/)
## Install
Using `npm`
#### CDN
Recommended: https://unpkg.com/vue-ls, which will reflect the latest version as soon as it is published to npm. You can also browse the source of the npm package at https://unpkg.com/vue-ls/
#### NPM
``` bash
npm install vue-ls --save
```
Using `yarn`
#### Yarn
``` bash
yarn install vue-ls
```
Using `bower`
#### Bower
``` bash

@@ -36,3 +49,3 @@ bower install vue-ls --save

### Development Setup
## Development Setup

@@ -39,0 +52,0 @@ ``` bash

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