react-live-clock
Advanced tools
Comparing version 5.0.14 to 5.0.15
{ | ||
"name": "react-live-clock", | ||
"version": "5.0.14", | ||
"version": "5.0.15", | ||
"description": "React Live Clock", | ||
@@ -44,3 +44,3 @@ "main": "lib/index.js", | ||
"cf-react-component-template": "0.1.8", | ||
"eslint": "7.18.0", | ||
"eslint": "7.19.0", | ||
"eslint-plugin-react": "7.22.0", | ||
@@ -47,0 +47,0 @@ "moment": "2.29.1", |
@@ -210,5 +210,16 @@ import React from 'react'; | ||
<Panel | ||
code="<Clock style={{color: 'red'}} />" | ||
title="custom style"> | ||
<Clock style={{color: "red"}} /> | ||
</Panel> | ||
<Panel | ||
code="<Clock className='text-info' />" | ||
title="custom class"> | ||
<Clock className="text-info" /> | ||
</Panel> | ||
</div>; | ||
export default App; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
8099254
81487