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 3.0.3 to 3.0.5

2

dist/vue-ls.js

@@ -11,2 +11,4 @@ (function (global, factory) {

/* eslint class-methods-use-this: off */
var ls = {};

@@ -13,0 +15,0 @@

23

package.json
{
"name": "vue-ls",
"version": "3.0.3",
"version": "3.0.5",
"description": "Vue plugin for work with LocalStorage from Vue context",

@@ -65,2 +65,5 @@ "main": "dist/vue-ls.js",

},
"engines": {
"node": ">=6.11.5"
},
"homepage": "https://github.com/RobinCK/vue-ls#readme",

@@ -81,7 +84,7 @@ "license": "MIT",

"connect": "^3.6.0",
"coveralls": "^2.11.16",
"coveralls": "^3.0.0",
"eslint": "^4.7.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.5.0",

@@ -93,15 +96,15 @@ "eslint-plugin-standard": "^3.0.1",

"gulp-util": "^3.0.8",
"jasmine": "^2.5.3",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"jasmine": "^3.1.0",
"jasmine-core": "^3.1.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-sauce-launcher": "^1.1.0",
"karma-webpack": "^2.0.3",
"karma-webpack": "^3.0.0",
"mock-browser": "^0.92.12",
"nightwatch": "^0.9.14",
"nightwatch": "^1.0.1",
"nyc": "^11.0.3",
"phantomjs": "^2.1.7",
"remove": "^0.1.5",
"rollup": "^0.50.0",
"rollup": "^0.58.0",
"rollup-plugin-babel": "^3.0.2",

@@ -113,3 +116,3 @@ "rollup-plugin-local-resolve": "^1.0.7",

"vue": "^2.2.4",
"webpack": "^3.3.0"
"webpack": "^4.5.0"
},

@@ -116,0 +119,0 @@ "semistandard": {

@@ -37,2 +37,4 @@ <p align="center">

[![Greenkeeper badge](https://badges.greenkeeper.io/RobinCK/vue-ls.svg)](https://greenkeeper.io/)
Vue plugin for work with local storage, session storage and memory storage from Vue context

@@ -39,0 +41,0 @@

@@ -0,1 +1,3 @@

/* eslint class-methods-use-this: off */
let ls = {};

@@ -2,0 +4,0 @@

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