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

dripsy

Package Overview
Dependencies
Maintainers
0
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dripsy - npm Package Compare versions

Comparing version 4.3.5 to 4.3.6

8

build/core/css/index.js

@@ -180,6 +180,6 @@ import { Platform } from 'react-native';

}
const themedAliases = {
...aliases,
...theme.aliases,
};
let themedAliases = aliases;
if (theme.aliases) {
themedAliases = Object.assign({}, themedAliases, theme.aliases);
}
const prop = key in themedAliases ? themedAliases[key] : key;

@@ -186,0 +186,0 @@ const scaleName = prop in scales ? scales[prop] : undefined;

{
"name": "dripsy",
"version": "4.3.5",
"version": "4.3.6",
"description": "🍷 A super-simple responsive design system for React Native Web.",

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

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