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.0.0-alpha.0 to 2.0.0-pre.0

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

26

package.json
{
"name": "@kano/kbc-icons",
"version": "2.0.0-alpha.0",
"version": "2.0.0-pre.0",
"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"
],

@@ -23,7 +23,17 @@ "repository": {

"test": "echo \"Error: run tests from root\" && exit 1",
"build": "yarn run clean && yarn run compile",
"clean": "rm -rf ./lib",
"compile": "tsc -p tsconfig.build.json"
"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": "ef705339df7b6d8e8ffecf28dc56c7412b1a450a"
"devDependencies": {
"@svgr/cli": "^5.4.0",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10"
},
"dependencies": {
"@kano/kbc-base-styles": "^2.0.0-pre.0",
"@kano/kbc-tokens": "^2.0.0-pre.0"
},
"gitHead": "8bb940378c03c5f429e20209c18303098b765ee1"
}

@@ -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