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

chaser-components

Package Overview
Dependencies
Maintainers
1
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chaser-components - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

2

dist/index.js

@@ -681,3 +681,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

if (isProcessing) return "Updating...";
if (score === "NA") return "Not enough data";
if (score === "NA") return "NA";
if (score < 50) return "Poor";

@@ -684,0 +684,0 @@ if (score > 50 && score <= 80) return "Average";

@@ -677,3 +677,3 @@ import cx from 'classnames';

if (isProcessing) return "Updating...";
if (score === "NA") return "Not enough data";
if (score === "NA") return "NA";
if (score < 50) return "Poor";

@@ -680,0 +680,0 @@ if (score > 50 && score <= 80) return "Average";

{
"name": "chaser-components",
"description": "Chaser HQ Component Library",
"version": "0.3.5",
"version": "0.3.6",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "module": "dist/index.modern.js",

@@ -27,3 +27,3 @@ import cx from 'classnames';

if (isProcessing) return "Updating..."
if (score === "NA") return "Not enough data";
if (score === "NA") return "NA";
if (score < 50) return "Poor";

@@ -30,0 +30,0 @@ if (score > 50 && score <= 80) return "Average";

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