New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tonic-ui/styled-system

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tonic-ui/styled-system - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

14

package.json
{
"name": "@tonic-ui/styled-system",
"version": "1.3.0",
"version": "1.3.1",
"description": "The framework agnostic styling engine for Tonic UI.",
"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",

@@ -82,3 +82,3 @@ "test": "jest --maxWorkers=2"

],
"gitHead": "9e08d222d33ac52a13ab560deb44b4d3fb9229b0"
"gitHead": "e2a42abba352cbfb51375e7bcae4591b1710fe3f"
}
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