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

@exivity/ui

Package Overview
Dependencies
Maintainers
2
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exivity/ui - npm Package Compare versions

Comparing version 0.2.3 to 0.2.9

CHANGELOG.md

17

package.json
{
"name": "@exivity/ui",
"version": "0.2.3",
"version": "0.2.9",
"description": "A collection of components to build interfaces",

@@ -23,7 +23,4 @@ "keywords": [

],
"files": [
"lib"
],
"main": "lib/index.js",
"module": "lib/index.js",
"main": "index.js",
"module": "index.js",
"scripts": {

@@ -37,3 +34,3 @@ "lint": "tslint 'src/**/*.ts?'",

"docs:build": "build-storybook -s docs-public -o docs-static",
"docs:publish": "git subtree push --prefix docs origin gh-pages",
"docs:publish": "bash scripts/publish-docs.sh",
"start": "run-p test:watch docs:watch",

@@ -45,2 +42,4 @@ "build": "yarn lib:clean && yarn lib:build && yarn docs:build",

"npm:publish": "bash scripts/publish-npm.sh",
"version:bump": "yarn standard-version",
"git:push": "git push --follow-tags origin master",
"release": "bash scripts/release.sh"

@@ -82,2 +81,5 @@ },

},
"publishConfig": {
"access": "public"
},
"dependencies": {

@@ -106,2 +108,3 @@ "@dr-kobros/react-webfont-loader": "^8.0.0",

"babel-loader": "^8.0.5",
"codecov": "^3.2.0",
"commitizen": "^3.0.7",

@@ -108,0 +111,0 @@ "cross-env": "^5.2.0",

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