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.2.1 to 1.2.2

7

package.json
{
"name": "@tonic-ui/styled-system",
"version": "1.2.1",
"version": "1.2.2",
"description": "The framework agnostic styling engine for Tonic UI.",

@@ -37,3 +37,4 @@ "main": "index.js",

"eslint-plugin-react-hooks": "latest",
"jest": "^27.5.1"
"jest": "^28.0.0",
"jest-environment-node": "^28.0.0"
},

@@ -78,3 +79,3 @@ "jest": {

],
"gitHead": "27b52a1209055bf6a3797395b0a1f53841c41483"
"gitHead": "3ff897115817253283b0179fd48d3186510e245d"
}

@@ -94,3 +94,5 @@ "use strict";

_lastOfType: createSelectorFunction('&:last-of-type'),
_notFirstChild: createSelectorFunction('&:not(:first-child)'),
_notFirstOfType: createSelectorFunction('&:not(:first-of-type)'),
_notLastChild: createSelectorFunction('&:not(:last-child)'),
_notLastOfType: createSelectorFunction('&:not(:last-of-type)'),

@@ -97,0 +99,0 @@ _nthOfType: createNthOfTypeSelectorFunction('&:nth-of-type'),

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