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

@xstyled/util

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xstyled/util - npm Package Compare versions

Comparing version 3.2.0 to 3.5.0

12

package.json
{
"name": "@xstyled/util",
"description": "xstyled common utilities.",
"version": "3.2.0",
"version": "3.5.0",
"sideEffects": false,
"type": "module",
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"module": "./dist/index.esm.js",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"

@@ -33,3 +33,3 @@ }

},
"gitHead": "36f8bdb1935f59b262106b9c11324622b3eef82f"
"gitHead": "168273279a583e84db75713cf35b23e7d7404dc8"
}
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