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.0.8 to 1.0.9

2

bower.json
{
"name": "vue-ls",
"version": "1.0.8",
"version": "1.0.9",
"description": "vue.js localStorage plugin",

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

@@ -32,12 +32,12 @@ const fs = require('fs');

let currentFile = file;
rollup.rollup({
entry: path.resolve(__dirname, 'src/index.js'),
plugins: buildConfig.files[file]
})
.then(bundle => {
return write(path.join(__dirname, 'dist/' + currentFile), bundle.generate(buildConfig.writeConfig).code);
(function (currentFile) {
rollup.rollup({
entry: path.resolve(__dirname, 'src/index.js'),
plugins: buildConfig.files[file]
})
.catch(console.log);
.then(bundle => {
return write(path.join(__dirname, 'dist/' + currentFile), bundle.generate(buildConfig.writeConfig).code);
})
.catch(console.log);
})(file)
}

@@ -44,0 +44,0 @@

{
"name": "vue-ls",
"version": "1.0.8",
"version": "1.0.9",
"description": "vue.js localStorage plugin",

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

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