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 0.0.1 to 1.0.0-feature-fix.80ca443

.package-lock-sum

34

package.json
{
"name": "@cotype/ui",
"version": "0.0.1",
"version": "1.0.0-feature-fix.80ca443",
"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": "rm -rf docs && rm -rf storybook-static && build-storybook -s storybookPublic && mv storybook-static docs"
},

@@ -20,6 +23,14 @@ "license": "SEE LICENSE IN LICENSE.md",

"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"styled-components": "^5.2.1"
"color-hash": "^1.0.3",
"decorate-gh-pr": "^1.3.1",
"moment": "^2.29.1",
"react-circular-progressbar": "^2.0.3",
"react-day-picker": "^7.4.8",
"react-tiny-popover": "^4.1.0"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16",
"styled-components": ">=5"
},
"devDependencies": {

@@ -35,3 +46,4 @@ "@babel/preset-env": "^7.12.16",

"@storybook/react": "^6.1.18",
"@types/styled-components": "^5.1.7",
"@types/color-hash": "^1.0.0",
"@types/styled-components": "^5.1.0",
"babel-plugin-styled-components": "^1.12.0",

@@ -41,6 +53,14 @@ "eslint": "^7.20.0",

"prettier": "^2.2.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"semantic-release": "^17.3.9",
"semantish-prerelease": "^3.1.1",
"styled-components": "^5.2.1",
"typescript": "^4.1.5"
},
"babelMacros": {
"styledComponents": {
"pure": true
}
}
}

@@ -26,2 +26,4 @@ <h2 align="center">

Component Overview: https://cotype.github.io/ui
---

@@ -42,4 +44,3 @@

```ts
// server.ts
import { init, Opts /* ... */ } from "@cotype/ui";
import { Button, buttonClass, ... } from "@cotype/ui";

@@ -55,4 +56,1 @@ ```

to the [contribution guidelines](https://github.com/cotype/core/blob/master/CONTRIBUTING.md)
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