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

@titelmedia/bricks-gallery

Package Overview
Dependencies
Maintainers
11
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@titelmedia/bricks-gallery - npm Package Compare versions

Comparing version 0.2.15 to 0.2.16

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.2.16](https://github.com/titel-media/bricks-lerna/compare/v0.2.15...v0.2.16) (2022-01-13)
**Note:** Version bump only for package @titelmedia/bricks-gallery
## [0.2.15](https://github.com/titel-media/bricks-lerna/compare/v0.2.14...v0.2.15) (2022-01-13)

@@ -8,0 +16,0 @@

4

dist/galleries/swiper/index.js

@@ -16,4 +16,2 @@ "use strict";

require("swiper/swiper.min.css");
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }

@@ -23,2 +21,4 @@

require('swiper/swiper.min.css');
_swiper.default.use([_swiper.A11y, _swiper.EffectCoverflow, _swiper.Mousewheel]);

@@ -25,0 +25,0 @@

@@ -6,3 +6,3 @@ import React, { useState } from 'react';

import { Swiper, SwiperSlide } from 'swiper/react/swiper-react.js';
import 'swiper/swiper.min.css';
require('swiper/swiper.min.css');

@@ -17,3 +17,3 @@ SwiperCore.use([A11y, EffectCoverflow, Mousewheel]);

<Swiper
effect='coverflow'
effect="coverflow"
coverflowEffect={{

@@ -52,3 +52,3 @@ rotate: 0,

srcSet={item.srcSet}
alt=''
alt=""
/>

@@ -62,2 +62,2 @@ </SwiperSlide>

export { GallerySwiper as Swiper }
export { GallerySwiper as Swiper };
{
"name": "@titelmedia/bricks-gallery",
"version": "0.2.15",
"version": "0.2.16",
"description": "> TODO: description",

@@ -34,3 +34,3 @@ "author": "highsnob",

},
"gitHead": "4e3cfaab081542b4c2d3a6f5e53a3b57eb815bd7"
"gitHead": "610e7c21916a9f881e37c186bd888402ff6fb851"
}

Sorry, the diff of this file is not supported yet

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