Socket
Socket
Sign inDemoInstall

@kano/kbc-button

Package Overview
Dependencies
Maintainers
13
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kano/kbc-button - npm Package Compare versions

Comparing version 2.1.18 to 3.0.0-pre.0

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

30

package.json
{
"name": "@kano/kbc-button",
"version": "2.1.18",
"version": "3.0.0-pre.0",
"description": "Button component",

@@ -8,17 +8,9 @@ "author": "Kano Computing",

"license": "ISC",
"main": "lib/index.js",
"main": "src/index.tsx",
"module": "src/index.tsx",
"types": "lib/index.js",
"files": [
"lib"
"src"
],
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"build": "yarn run clean && yarn run copy:styles && yarn run compile:tsc",
"build:quick": "yarn run copy:styles && yarn run compile:tsc",
"watch": "lerna run watch:quick --parallel --scope=@kano/kbc-button --include-dependencies",
"watch:quick": "onchange -v 'src/**/*.{ts,tsx,scss}' -- yarn run build:quick",
"clean": "rimraf ./lib",
"compile:tsc": "tsc -p tsconfig.json",
"copy:styles": "copyfiles -f src/styles/*.scss lib/styles"
"test": "echo \"Error: run tests from root\" && exit 1"
},

@@ -29,12 +21,12 @@ "publishConfig": {

"dependencies": {
"@kano/kbc-base-styles": "^1.0.12",
"@kano/kbc-icons": "^1.4.18",
"@kano/kbc-loader": "^1.0.12",
"@kano/kbc-tokens": "^1.0.5"
"@kano/kbc-base-styles": "^2.0.0-pre.0",
"@kano/kbc-icons": "^2.0.0-pre.0",
"@kano/kbc-loader": "^2.0.0-pre.0",
"@kano/kbc-tokens": "^2.0.0-pre.0"
},
"devDependencies": {
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5"
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10"
},
"gitHead": "b781a57eb03a437d5d3f737bc8af978b9bef6fa4"
"gitHead": "8bb940378c03c5f429e20209c18303098b765ee1"
}
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