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

@ndla/carousel

Package Overview
Dependencies
Maintainers
8
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ndla/carousel - npm Package Compare versions

Comparing version 0.3.34 to 0.3.35

3

es/Carousel.js

@@ -32,4 +32,3 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

*/
import React, { Component } from 'react'; // @ts-ignore
import React, { Component } from 'react';
import { ChevronRight, ChevronLeft } from '@ndla/icons/common';

@@ -36,0 +35,0 @@ import { Swipeable } from 'react-swipeable';

@@ -46,3 +46,3 @@ /**

onSwipeEnd: () => void;
onSwipe: (eventData: EventData<HTMLElement>) => void;
onSwipe: (eventData: EventData) => void;
slidePage: (direction: number) => void;

@@ -49,0 +49,0 @@ render(): JSX.Element;

{
"name": "@ndla/carousel",
"version": "0.3.34",
"version": "0.3.35",
"description": "Carousel for NDLA",

@@ -28,3 +28,4 @@ "license": "GPL-3.0",

"dependencies": {
"@ndla/core": "^0.6.34",
"@ndla/core": "^0.6.35",
"@ndla/icons": "^0.7.2",
"react-swipeable": "^5.0.1"

@@ -41,3 +42,3 @@ },

},
"gitHead": "24d899b8c2ebd0df23362a4359721307ba95dad6"
"gitHead": "a29a4127e296c13f524fdfe999bbfae91448f21e"
}
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