New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@digibib/deichman-ui

Package Overview
Dependencies
Maintainers
3
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digibib/deichman-ui - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

10

dist/index.es.js

@@ -1305,3 +1305,4 @@ import React, { Component } from 'react';

color = _ref.color,
width = _ref.width;
width = _ref.width,
preventCollapse = _ref.preventCollapse;

@@ -1313,3 +1314,4 @@ var containerClass = classnames({

'container--gray': color === 'gray',
'container--dark': color === 'dark'
'container--dark': color === 'dark',
'container--prevent-collapse': preventCollapse
});

@@ -1326,3 +1328,4 @@

color: 'default',
width: 'default'
width: 'default',
preventCollapse: false
};

@@ -1333,2 +1336,3 @@

width: propTypes.string,
preventCollapse: propTypes.bool,
children: propTypes.node.isRequired

@@ -1335,0 +1339,0 @@ };

@@ -1312,3 +1312,4 @@ 'use strict';

color = _ref.color,
width = _ref.width;
width = _ref.width,
preventCollapse = _ref.preventCollapse;

@@ -1320,3 +1321,4 @@ var containerClass = classnames({

'container--gray': color === 'gray',
'container--dark': color === 'dark'
'container--dark': color === 'dark',
'container--prevent-collapse': preventCollapse
});

@@ -1333,3 +1335,4 @@

color: 'default',
width: 'default'
width: 'default',
preventCollapse: false
};

@@ -1340,2 +1343,3 @@

width: propTypes.string,
preventCollapse: propTypes.bool,
children: propTypes.node.isRequired

@@ -1342,0 +1346,0 @@ };

{
"name": "@digibib/deichman-ui",
"version": "2.4.0",
"version": "2.4.1",
"description": "Deichman style-guide and component library",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -42,1 +42,5 @@ ## Deichman-ui

```
### CDN Cache
jsDelivr will cache the `@latest` tag for 24 hours, if you're using the latest version and wish to purge the cache, visit https://purge.jsdelivr.net/npm/@digibib/deichman-ui@latest/dist/index.css

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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