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

bemto-overflower

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bemto-overflower - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

4

Changelog.md
## Changelog
### v0.3.0 (2018-03-05)
- Moved styled-components to peer dependency.
### v0.2.0 (2018-03-05)

@@ -4,0 +8,0 @@

@@ -14,2 +14,4 @@ This is an implementation of a flexible overflow element (see [article about it](http://kizu.ru/en/blog/flexible-overflow/)), which allows us to have a responsive text snippet that would adjust its content based on available space.

Note: `bemto-overflower` uses [styled-components](https://www.styled-components.com/) as a peer dependency, as its bad to include more than one instance of styled-components in your app, so you need to have it installed as well.
In your console:

@@ -16,0 +18,0 @@

8

package.json
{
"name": "bemto-overflower",
"version": "0.2.0",
"version": "0.3.0",
"description": "Flexible content overflow based on bemto-components & styled-components",

@@ -27,5 +27,7 @@ "main": "lib/index.js",

"dependencies": {
"bemto-components": "^2.0.0",
"styled-components": "^3.1.6"
"bemto-components": "^2.0.0"
},
"peerDependencies": {
"styled-components": ">= 2 < 4"
},
"devDependencies": {

@@ -32,0 +34,0 @@ "babel-cli": "^6.26.0",

@@ -14,2 +14,4 @@ # bemto-overflower [![Build Status][build]][build-link] [![NPM package version][version]][version-link]

Note: `bemto-overflower` uses [styled-components](https://www.styled-components.com/) as a peer dependency, as its bad to include more than one instance of styled-components in your app, so you need to have it installed as well.
In your console:

@@ -16,0 +18,0 @@

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