New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cloudtables-vue

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudtables-vue - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

7

dist/cloudtables.esm.js

@@ -144,2 +144,7 @@ //

export { __vue_component__ as default };
module.exports = {
CloudTables: __vue_component__,
install: function(Vue, options) {
Vue.component("CloudTbales", __vue_component__);
},
};

15

dist/cloudtables.min.js

@@ -1,2 +0,2 @@

var CloudTables = (function (exports) {
(function () {
'use strict';

@@ -147,8 +147,9 @@

exports['default'] = __vue_component__;
module.exports = {
CloudTables: __vue_component__,
install: function(Vue, options) {
Vue.component("CloudTbales", __vue_component__);
},
};
Object.defineProperty(exports, '__esModule', { value: true });
return exports;
}({}));
}());

@@ -1,6 +0,5 @@

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.CloudTables = {}));
}(this, (function (exports) { 'use strict';
(function (factory) {
typeof define === 'function' && define.amd ? define(factory) :
factory();
}((function () { 'use strict';

@@ -150,6 +149,9 @@ //

exports['default'] = __vue_component__;
module.exports = {
CloudTables: __vue_component__,
install: function(Vue, options) {
Vue.component("CloudTbales", __vue_component__);
},
};
Object.defineProperty(exports, '__esModule', { value: true });
})));
{
"name": "cloudtables-vue",
"version": "0.0.3",
"version": "0.0.4",
"private": false,

@@ -5,0 +5,0 @@ "keywords": [

import CloudTables from "./cloudtables.vue";
export default CloudTables;
module.exports = {
CloudTables,
install: function(Vue, options) {
Vue.component("CloudTbales", CloudTables);
},
};
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