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

@cotype/ui

Package Overview
Dependencies
Maintainers
5
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cotype/ui - npm Package Compare versions

Comparing version 1.0.0-feature-initial.2e83521 to 1.0.0-feature-initial.7b45210

lib/BaseStyle/index.d.ts

24

package.json
{
"name": "@cotype/ui",
"version": "1.0.0-feature-initial.2e83521",
"version": "1.0.0-feature-initial.7b45210",
"description": "UI Components for cotype Admin UI",
"main": "lib/",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"sideEffects": false,
"scripts": {

@@ -11,3 +13,4 @@ "build": "rm -rf lib/ && tsc",

"lint-fix": "eslint . --ext .ts,.tsx --fix",
"storybook": "start-storybook -p 6006 -s public"
"storybook": "start-storybook -p 6006 -s storybookPublic",
"build-storybook": "build-storybook -s storybookPublic"
},

@@ -20,7 +23,9 @@ "license": "SEE LICENSE IN LICENSE.md",

"dependencies": {
"decorate-gh-pr": "^1.3.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"styled-components": "^5.1.0"
"decorate-gh-pr": "^1.3.1"
},
"perDependencies": {
"react": ">=16",
"react-dom": ">=16",
"styled-components": ">=5"
},
"devDependencies": {

@@ -43,4 +48,7 @@ "@babel/preset-env": "^7.12.16",

"semantish-prerelease": "^3.1.1",
"typescript": "^4.1.5"
"typescript": "^4.1.5",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"styled-components": "^5.2.1"
}
}

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