Socket
Socket
Sign inDemoInstall

pcln-carousel

Package Overview
Dependencies
Maintainers
2
Versions
316
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pcln-carousel - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6-beta

4

dist/cjs/helpers.js

@@ -30,3 +30,5 @@ "use strict";

var getSlideKey = (0, _moize["default"])(_uuid.v4);
var getSlideKey = (0, _moize["default"])(_uuid.v4, {
profileName: 'getSlideKey'
});
exports.getSlideKey = getSlideKey;

@@ -33,0 +35,0 @@

@@ -17,3 +17,5 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }

import { XS_VISIBLE_SLIDES, SM_VISIBLE_SLIDES, XS_VISIBLE_SLIDES_WIDTH, SM_VISIBLE_SLIDES_WIDTH, MEDIA_QUERY_MATCH } from './constants';
var getSlideKey = moize(uuidv4);
var getSlideKey = moize(uuidv4, {
profileName: 'getSlideKey'
});

@@ -20,0 +22,0 @@ var getVisibleSlidesArray = function getVisibleSlidesArray(visibleSlides) {

{
"name": "pcln-carousel",
"version": "1.3.5",
"version": "1.3.6-beta",
"description": "Priceline Design System Carousel Component",

@@ -35,3 +35,3 @@ "main": "dist/cjs/index.js",

"pure-react-carousel": "^1.27.8",
"moize": "^6.1.0",
"moize": "^6.1.1",
"uuid": "^8.3.2"

@@ -57,3 +57,3 @@ },

"pcln-icons": "4.8.1",
"pcln-design-system": "4.29.3",
"pcln-design-system": "4.29.4-beta",
"react": "^17.0.2",

@@ -70,3 +70,3 @@ "react-dom": "^17.0.2",

"styled-components": ">=4.4.1",
"pcln-design-system": "4.29.3"
"pcln-design-system": "4.29.4-beta"
},

@@ -73,0 +73,0 @@ "scripts": {

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