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.6 to 1.2.7

.nyc_output/ac53be78906172a17925dc567a252206.json

10

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

@@ -9,6 +9,7 @@ "main": "dist/vue-ls.js",

"build": "node_modules/.bin/gulp",
"test": "node_modules/.bin/nyc node_modules/.bin/ava --esnext",
"test": "node_modules/.bin/nyc node_modules/.bin/ava --tap --esnext",
"lint": "node_modules/.bin/eslint ./",
"hint": "node_modules/.bin/jshint",
"report": "npm test && node_modules/.bin/nyc report --reporter=html"
"report": "npm test && node_modules/.bin/nyc report --reporter=html",
"coveralls": "./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls"
},

@@ -40,2 +41,3 @@ "dependencies": {},

"ava": "^0.18.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
"babel-plugin-transform-object-assign": "^6.22.0",

@@ -73,3 +75,3 @@ "babel-polyfill": "^6.23.0",

"require": [
"babel-core/register",
"babel-register",
"babel-polyfill",

@@ -76,0 +78,0 @@ "./test/mock/browser.js"

yarn.lock

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