Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@google-psat/library-detection

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-psat/library-detection - npm Package Compare versions

Comparing version 0.10.2 to 0.11.0

4

dist/components/libraryDetection/index.js

@@ -67,4 +67,4 @@ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";

return (_jsx(Component, { matches: matches, domQueryMatches: domQueryMatches }, library.name));
}) })) : !errorOccured ? (_jsx("p", { className: "text-center dark:text-bright-gray", children: I18n.getMessage('noLibraries') })) : (_jsx("p", { className: "text-center dark:text-bright-gray", children: I18n.getMessage('errorOccured') }));
return (_jsx(CookiesLandingWrapper, { dataMapping: dataMapping, testId: "library-detection", description: "", children: !errorOccured && showLoader ? (_jsxs(_Fragment, { children: [_jsx(ProgressBar, { additionalStyles: "w-1/3 mx-auto h-full" }), _jsx("p", { className: "text-center dark:text-bright-gray", children: isCurrentTabLoading
}) })) : !errorOccured ? (_jsx("p", { className: "text-center text-gray dark:text-bright-gray", children: I18n.getMessage('noLibraries') })) : (_jsx("p", { className: "text-center text-gray dark:text-bright-gray", children: I18n.getMessage('errorOccured') }));
return (_jsx(CookiesLandingWrapper, { dataMapping: dataMapping, testId: "library-detection", description: "", children: !errorOccured && showLoader ? (_jsxs(_Fragment, { children: [_jsx(ProgressBar, { additionalStyles: "w-1/3 mx-auto h-full" }), _jsx("p", { className: "text-center text-gray dark:text-bright-gray", children: isCurrentTabLoading
? I18n.getMessage('waitingPageLoad')

@@ -71,0 +71,0 @@ : I18n.getMessage('checkingLibraries') })] })) : (_jsx("div", { className: "divide-y divide-hex-gray", children: result })) }));

{
"name": "@google-psat/library-detection",
"version": "0.10.2",
"version": "0.11.0",
"description": "A package for detecting libraries for potential breakage",

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

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