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

drywall

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drywall - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

es/styleguidist/TransparencyWrapper.js

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

### [0.2.1](https://github.com/zillow/drywall/compare/v0.2.0...v0.2.1) (2019-06-22)
## [0.2.0](https://github.com/zillow/drywall/compare/v0.1.1...v0.2.0) (2019-06-22)

@@ -7,0 +11,0 @@

4

es/components/Button/Button.js

@@ -13,6 +13,2 @@ import PropTypes from 'prop-types';

};
/**
* See also [`TextButton`](#textbutton)
*/
var Button = styled.button.withConfig({

@@ -19,0 +15,0 @@ displayName: "Button",

@@ -25,6 +25,2 @@ "use strict";

};
/**
* See also [`TextButton`](#textbutton)
*/
exports.BUTTON_SIZES = BUTTON_SIZES;

@@ -31,0 +27,0 @@

{
"name": "drywall",
"version": "0.2.0",
"version": "0.2.1",
"description": "drywall component library",

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

@@ -16,5 +16,2 @@ import PropTypes from 'prop-types';

/**
* See also [`TextButton`](#textbutton)
*/
const Button = styled.button`

@@ -21,0 +18,0 @@ ${props => props.theme && props.theme.ns && props.theme.ns().Button};

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