Socket
Socket
Sign inDemoInstall

react-placeholder

Package Overview
Dependencies
Maintainers
8
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-placeholder - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Change Log

## [v1.0.4](https://github.com/buildo/react-placeholder/tree/v1.0.4) (2017-06-01)
[Full Changelog](https://github.com/buildo/react-placeholder/compare/v1.0.3...v1.0.4)
#### Fixes (bugs & defects):
- Update typings to make lineSpacing prop optional [#32](https://github.com/buildo/react-placeholder/issues/32)
## [v1.0.3](https://github.com/buildo/react-placeholder/tree/v1.0.3) (2017-05-31)

@@ -7,0 +14,0 @@ [Full Changelog](https://github.com/buildo/react-placeholder/compare/v1.0.2...v1.0.3)

6

lib/placeholders/index.d.ts

@@ -36,3 +36,3 @@ import { Component } from 'react';

className?: string,
lineSpacing: string | number
lineSpacing?: string | number
}

@@ -46,4 +46,4 @@ export declare class TextBlock extends Component<TextBlockProps, void> { }

style?: {},
lineSpacing: string | number
lineSpacing?: string | number
}
export declare class TextRow extends Component<TextRowProps, void> { }
export declare class TextRow extends Component<TextRowProps, void> { }
{
"name": "react-placeholder",
"version": "1.0.3",
"version": "1.0.4",
"description": "A React component to easily replicate your page with nice placeholders while the content is loading",

@@ -5,0 +5,0 @@ "main": "lib",

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