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

@co4/components

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@co4/components - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

src/NavButton/index.ts

4

package.json
{
"name": "@co4/components",
"version": "0.4.0",
"version": "0.4.1",
"description": "The component library for the CO4 project.",

@@ -33,3 +33,3 @@ "author": {

"scripts": {},
"gitHead": "f46e27fc7ad5f5d22f6c11f6910c82521f7a269c"
"gitHead": "61a256d21241955d4386589bfcd98ce2af653e62"
}

@@ -36,2 +36,12 @@ import { setBasePath } from '@shoelace-style/shoelace/dist/utilities/base-path';

registerIconLibrary('unicons', {
resolver: (name) => {
const match = name.match(/^(.*?)(-s)?$/);
return `https://cdn.jsdelivr.net/npm/@iconscout/unicons@3.0.3/svg/${match?.[2] === '-s' ? 'solid' : 'line'}/${
match?.[1]
}.svg`;
},
mutator: (svg) => svg.setAttribute('fill', 'currentColor'),
});
setBasePath('/');

@@ -57,4 +67,5 @@

export * from './FileUpload';
export * from './NavButton';
export * from './Pagination';
export * from './Table';
export * from './hooks';

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