@ndla/carousel
Advanced tools
Comparing version 0.3.34 to 0.3.35
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
98229
0
7
+ Added@ndla/icons@^0.7.2
+ Added@ndla/icons@0.7.8(transitive)
Updated@ndla/core@^0.6.35