Socket
Socket
Sign inDemoInstall

@kano/kbc-icons

Package Overview
Dependencies
Maintainers
13
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kano/kbc-icons - npm Package Compare versions

Comparing version 2.1.1-alpha.0 to 2.1.1

src/__snapshots__/kbc-icons.test.tsx.snap

23

package.json
{
"name": "@kano/kbc-icons",
"version": "2.1.1-alpha.0",
"version": "2.1.1",
"description": "Icons for boilerplate components",

@@ -8,6 +8,6 @@ "author": "Kano Computing",

"license": "ISC",
"main": "lib/index",
"types": "lib/index",
"main": "src/index.tsx",
"module": "src/index.tsx",
"files": [
"lib"
"src"
],

@@ -22,5 +22,16 @@ "repository": {

"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
"test": "echo \"Error: run tests from root\" && exit 1",
"build": "yarn run compile:svg",
"watch": "onchange -v 'svgs/**/*.svg' -- yarn run build",
"watch:quick": "yarn watch",
"compile:svg": "./node_modules/.bin/svgr --template ./svgr-template.js --ext tsx -d src/assets svgs --svgo-config ./svgo-config.json"
},
"gitHead": "ea4b76853094bf446c654de236b41e52461a5117"
"dependencies": {
"@kano/kbc-base-styles": "^2.0.0",
"@kano/kbc-tokens": "^2.0.0",
"@svgr/cli": "^5.4.0",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10"
},
"gitHead": "034c26d84754d5f5d455e58adbd9dffdd85b3491"
}

@@ -8,3 +8,3 @@ # `kbc-icons`

```
import KbcIcon from '@kano/kbc-icons';
import { KbcIcon } from '@kano/kbc-icons';

@@ -11,0 +11,0 @@ const Component = (props) => {

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