Socket
Socket
Sign inDemoInstall

@kano/kbc-icons

Package Overview
Dependencies
Maintainers
12
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 4.9.3-alpha.0 to 4.10.1-alpha.0

lib/assets/accounts-22.svg

24

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

@@ -9,5 +9,3 @@ "author": "Kano Computing",

"main": "lib/index.js",
"types": "lib/src/index.d.js",
"module": "lib/index.es.js",
"jsnext:main": "lib/index.es.js",
"types": "lib/index.d.js",
"files": [

@@ -27,4 +25,6 @@ "lib"

"clean": "rm -rf ./lib",
"compile": "rollup -c",
"prepublishOnly": "yarn run build"
"compile": "tsc -p tsconfig.build.json",
"prepublishOnly": "yarn run build",
"postbuild": "yarn run copyAssets",
"copyAssets": "copyfiles -s -u 2 src/assets/* lib/assets"
},

@@ -36,16 +36,8 @@ "peerDependencies": {

"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"copyfiles": "^2.2.0",
"prop-types": "^15.7.2",
"rollup": "^1.32.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-svg-import": "^1.4.0",
"rollup-plugin-typescript2": "^0.26.0"
"prop-types": "^15.7.2"
},
"gitHead": "80efe06bcb47d92eaa4cf652bbf32265037054db"
"gitHead": "76a34973ba044fba7ab91f48825c70df37f79756"
}

Sorry, the diff of this file is too big to display

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