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.8 to 0.2.15

11

CHANGELOG.md

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

## [0.2.15](https://github.com/titel-media/bricks-lerna/compare/v0.2.14...v0.2.15) (2022-01-13)
### Bug Fixes
* Adding dependencies ([b8ee739](https://github.com/titel-media/bricks-lerna/commit/b8ee739037626bff6133d6677dd4f8838231688d))
## [0.2.8](https://github.com/titel-media/bricks-lerna/compare/v0.2.7...v0.2.8) (2022-01-12)

@@ -8,0 +19,0 @@

6

dist/galleries/swiper/styles.js

@@ -8,3 +8,3 @@ "use strict";

var _styled = _interopRequireDefault(require("@emotion/styled"));
var _styledComponents = _interopRequireDefault(require("styled-components"));

@@ -14,3 +14,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

const VISIBILITY_THRESHOLD = 3;
const Container = _styled.default.div`
const Container = _styledComponents.default.div`
.swiper-wrapper {

@@ -29,3 +29,3 @@ display: flex;

exports.Container = Container;
const Image = _styled.default.img`
const Image = _styledComponents.default.img`
width: 100%;

@@ -32,0 +32,0 @@ height: 100%;

@@ -1,2 +0,2 @@

import styled from '@emotion/styled';
import styled from 'styled-components';

@@ -3,0 +3,0 @@ const VISIBILITY_THRESHOLD = 3;

{
"name": "@titelmedia/bricks-gallery",
"version": "0.2.8",
"version": "0.2.15",
"description": "> TODO: description",

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

},
"gitHead": "e7eb4bb8a0e96d4dd3ad27359697de3ac5d4863b"
"gitHead": "4e3cfaab081542b4c2d3a6f5e53a3b57eb815bd7"
}

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