Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

basic-carousel

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basic-carousel - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

8

package.json
{
"name": "basic-carousel",
"version": "0.7.2",
"version": "0.7.3",
"description": "Lets the user navigate laterally through a sequence of child elements.",

@@ -15,5 +15,5 @@ "homepage": "https://component.kitchen",

"dependencies": {
"basic-element-base": "^0.7.2",
"basic-component-mixins": "^0.7.2",
"basic-sliding-viewport": "^0.7.2"
"basic-element-base": "^0.7.3",
"basic-component-mixins": "^0.7.3",
"basic-sliding-viewport": "^0.7.3"
},

@@ -20,0 +20,0 @@ "browserify": {

@@ -152,2 +152,4 @@ import ElementBase from '../../basic-element-base/src/ElementBase';

this.$.viewport.position = value;
let event = new CustomEvent('position-changed');
this.dispatchEvent(event);
}

@@ -154,0 +156,0 @@

Sorry, the diff of this file is too big to display

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