react-twitter-widgets
Advanced tools
Comparing version 1.9.2 to 1.9.3
{ | ||
"name": "react-twitter-widgets", | ||
"version": "1.9.2", | ||
"version": "1.9.3", | ||
"description": "Twitter widgets as React components", | ||
@@ -5,0 +5,0 @@ "author": "Andrew Suzuki", |
@@ -5,3 +5,3 @@ import { FunctionComponent } from 'react' | ||
export type onLoad = () => any; | ||
export type renderError = () => any; | ||
export type renderError = (err: Error) => any; | ||
@@ -8,0 +8,0 @@ export interface FollowProps { |
/*! | ||
* react-twitter-widgets v1.9.2 - https://github.com/andrewsuzuki/react-twitter-widgets | ||
* react-twitter-widgets v1.9.3 - https://github.com/andrewsuzuki/react-twitter-widgets | ||
* MIT Licensed | ||
@@ -4,0 +4,0 @@ */ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
391772