Socket
Socket
Sign inDemoInstall

vue-play

Package Overview
Dependencies
33
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

18

dist/preview.js

@@ -280,3 +280,3 @@ module.exports =

type: 'SET_SPOTS',
payload: JSON.stringify(spots)
payload: JSON.stringify(purify(spots))
}, location.origin);

@@ -290,4 +290,20 @@ },

function purify(spots) {
var result = {};
for (var name in spots) {
result[name] = spots[name].map(function (spot) {
return {
scenario: spot.scenario,
component: {
example: spot.component.example,
template: spot.component.template
}
};
});
}
return result;
}
/***/ })
/******/ });

2

package.json
{
"name": "vue-play",
"version": "3.1.0",
"version": "3.1.1",
"description": "Play with your vue components.",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc