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

ewa-ui

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ewa-ui - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

plugins/index.js

19

index.js
import * as api from './api';
import mixins from './mixins';
import * as Plugins from './plugins';
import mixins from './mixins';
import { Store } from './store';
export { api, Store, mixins };
export {
api,
Store,
Plugins,
mixins,
};
// export mixins;
// export default {
// api,
// Store,
// Plugins,
// mixins,
// };

2

package.json
{
"name": "ewa-ui",
"version": "1.0.4",
"version": "1.0.5",
"main": "index.js",
"license": "MIT"
}

@@ -6,8 +6,15 @@ import Vue from 'vue';

import EwaContainer from '../components/container';
import EwaSimpleSlider from '../components/simple-slider';
// import EwaSimpleSlider from '../components/simple-slider';
import EwaPopups from '../components/popups';
import EwaScroll from '../components/scroll';
import EwaHeader from '../components/header';
Vue.component('ewa-nav', EwaNav)
Vue.component('ewa-screen', EwaScreen)
Vue.component('ewa-container', EwaContainer)
Vue.component('ewa-simple-slider', EwaSimpleSlider)
Vue.component('ewa-popups', EwaPopups)
Vue.component('ewa-scroll', EwaScroll)
Vue.component('ewa-header', EwaHeader)
// Vue.component('ewa-simple-slider', EwaSimpleSlider)

@@ -14,0 +21,0 @@

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