Socket
Socket
Sign inDemoInstall

@zag-js/anatomy

Package Overview
Dependencies
Maintainers
1
Versions
662
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-dev-20221215092235 to 0.0.0-dev-20221215142000

5

dist/index.js

@@ -39,3 +39,6 @@ "use strict";

[part]: {
selector: `[data-scope="${toKebabCase(name)}"][data-part="${toKebabCase(part)}"]`,
selector: [
`&[data-scope="${toKebabCase(name)}"][data-part="${toKebabCase(part)}"]`,
`& [data-scope="${toKebabCase(name)}"][data-part="${toKebabCase(part)}"]`
].join(", "),
attrs: { "data-scope": toKebabCase(name), "data-part": toKebabCase(part) }

@@ -42,0 +45,0 @@ }

2

package.json
{
"name": "@zag-js/anatomy",
"version": "0.0.0-dev-20221215092235",
"version": "0.0.0-dev-20221215142000",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "module": "dist/index.mjs",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc