You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@tonic-ui/react

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tonic-ui/react - npm Package Compare versions

Comparing version

to
1.7.1

{
"name": "@tonic-ui/react",
"version": "1.7.0",
"version": "1.7.1",
"description": "React Tonic UI component library.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"files": [
"dist"
],
"publishConfig": {
"access": "public",
"directory": "build"
"access": "public"
},

@@ -15,5 +17,3 @@ "scripts": {

"eslint": "eslint --ext .js,.jsx,.mjs .",
"package-name": "echo -e \"\\e[1;33m$npm_package_name\\e[0m\"",
"postbuild": "cpy {dist,LICENSE,README.md,.npmignore,package.json} build",
"pre-push": "yarn --silent run package-name && yarn run build && yarn run eslint && yarn run test",
"pre-push": "bash -c 'echo -e \"=> \\e[1;33m$npm_package_name\\e[0m\"' && yarn run build && yarn run eslint && yarn run test",
"prepublish": "yarn run build",

@@ -27,6 +27,6 @@ "test": "jest --maxWorkers=2"

"@popperjs/core": "2.x",
"@tonic-ui/react-hooks": "^1.4.0",
"@tonic-ui/styled-system": "^1.3.0",
"@tonic-ui/theme": "^1.2.0",
"@tonic-ui/utils": "^1.1.0",
"@tonic-ui/react-hooks": "^1.4.1",
"@tonic-ui/styled-system": "^1.3.1",
"@tonic-ui/theme": "^1.2.1",
"@tonic-ui/utils": "^1.1.1",
"@trendmicro/tmicon": "1.x",

@@ -118,3 +118,3 @@ "ensure-type": "1.x",

],
"gitHead": "9e08d222d33ac52a13ab560deb44b4d3fb9229b0"
"gitHead": "e2a42abba352cbfb51375e7bcae4591b1710fe3f"
}