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.2-alpha.0 to 2.1.2

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

23

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

@@ -8,3 +8,7 @@ "author": "Kano Computing",

"license": "ISC",
"main": "index",
"main": "src/index.tsx",
"module": "src/index.tsx",
"files": [
"src"
],
"repository": {

@@ -18,5 +22,16 @@ "type": "git",

"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": "eb4ff3f5f04c0bf1d2b0ae505ee6e3219283cd07"
"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": "f4f253eba2f6b0e73db40247dd829ebf5988eb40"
}

2

README.md

@@ -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) => {

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