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

13

api/mixin.js

@@ -53,9 +53,14 @@ import { api, Store } from '../index';

this.$nextTick(() => {
Store.slider.cleanup();
Store.header.update();
// Store.slider.getContainer().enterContainer();
console.log(Store);
console.log(Store.slider);
console.log(Store.header);
this.$nextTick(() => {
Store.slider.cleanup();
Store.header.update();
// Store.slider.getContainer().enterContainer();
Store.slider.slideToId(window.location.hash.replace(/^\#id\-/g, ''), 0);
Store.slider.slideToId(window.location.hash.replace(/^\#id\-/g, ''), 0);
});
});
},
}
{
"name": "ewa-ui",
"version": "1.0.6",
"version": "1.0.7",
"main": "index.js",
"license": "MIT"
}
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