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

@convoy/dapper

Package Overview
Dependencies
Maintainers
17
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@convoy/dapper - npm Package Compare versions

Comparing version 2.0.85 to 2.0.86

2

package.json
{
"name": "@convoy/dapper",
"version": "2.0.85",
"version": "2.0.86",
"description": "Styling library",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -309,6 +309,6 @@ # Dapper

'@media (max-width: 800px)': {
'@media (orientation:landscape)': {
'@media (orientation: landscape)': {
width: 100,
},
'@media (orientation:portrait)': {
'@media (orientation: portrait)': {
width: 60,

@@ -335,3 +335,3 @@ },

}
@media (max-width: 800px) and (orientation:landscape) {
@media (max-width: 800px) and (orientation: landscape) {
.dapper-root-a {

@@ -341,3 +341,3 @@ width: 100px;

}
@media (max-width: 800px) and (orientation:portrait) {
@media (max-width: 800px) and (orientation: portrait) {
.dapper-root-a {

@@ -453,6 +453,6 @@ width: 60px;

.dapper-root-a {
paddingLeft: 4px;
paddingRight: 4px;
paddingTop: 8px;
paddingBottom: 8px;
padding-left: 4px;
padding-right: 4px;
padding-top: 8px;
padding-bottom: 8px;
}

@@ -459,0 +459,0 @@ ```

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