Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kaizen/component-base

Package Overview
Dependencies
Maintainers
10
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaizen/component-base - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

21

package.json
{
"name": "@kaizen/component-base",
"version": "1.1.5",
"version": "1.1.6",
"description": "Base setup and shared helpers for components",
"scripts": {
"prepublish": "tsc --project tsconfig.dist.json",
"build": "yarn clean && yarn prepublish",
"build:watch": "yarn clean && yarn prepublish --watch",
"clean": "rimraf '**/*.d.ts' '**/*.js' '**/*.map'"
"build": "yarn prepublish",
"clean": "rimraf -g '**/*.d.ts' '**/*.js' '**/*.map'"
},

@@ -20,15 +19,9 @@ "repository": {

"files": [
"**/*",
"!**/*.ts",
"!**/*.tsx",
"**/*.d.ts",
"!tsconfig.dist.json"
"**/*.js",
"**/*.js.map",
"**/*.d.ts"
],
"author": "",
"private": false,
"license": "MIT",
"devDependencies": {
"rimraf": "^4.4.1"
},
"gitHead": "1db68ba5d7f7988438f4980ed68a32c10d98dbe9"
"license": "MIT"
}
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