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

@zag-js/solid

Package Overview
Dependencies
Maintainers
1
Versions
971
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/solid - npm Package Compare versions

Comparing version 0.0.0-dev-20220413175519 to 0.0.0-dev-20220415160434

26

dist/index.js

@@ -0,4 +1,6 @@

var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getProtoOf = Object.getPrototypeOf;
var __hasOwnProp = Object.prototype.hasOwnProperty;

@@ -17,2 +19,3 @@ var __export = (target, all) => {

};
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);

@@ -30,3 +33,3 @@

// ../../types/src/prop-types.ts
// ../../types/dist/index.mjs
function createNormalizer(fn) {

@@ -37,3 +40,3 @@ return { button: fn, label: fn, input: fn, output: fn, element: fn };

// ../../utilities/core/src/guard.ts
// ../../utilities/core/dist/index.mjs
var isArray = (v) => Array.isArray(v);

@@ -44,20 +47,5 @@ var isObject = (v) => !(v == null || typeof v !== "object" || isArray(v));

// ../../../node_modules/hyphenate-style-name/index.js
var uppercasePattern = /[A-Z]/g;
var msPattern = /^ms-/;
var cache = {};
function toHyphenLower(match) {
return "-" + match.toLowerCase();
}
function hyphenateStyleName(name) {
if (cache.hasOwnProperty(name)) {
return cache[name];
}
var hName = name.replace(uppercasePattern, toHyphenLower);
return cache[name] = msPattern.test(hName) ? "-" + hName : hName;
}
var hyphenate_style_name_default = hyphenateStyleName;
// src/cssify.ts
var format = (v) => v.startsWith("--") ? v : hyphenate_style_name_default(v);
var import_hyphenate_style_name = __toESM(require("hyphenate-style-name"));
var format = (v) => v.startsWith("--") ? v : (0, import_hyphenate_style_name.default)(v);
function cssify(style) {

@@ -64,0 +52,0 @@ let css = {};

{
"name": "@zag-js/solid",
"version": "0.0.0-dev-20220413175519",
"version": "0.0.0-dev-20220415160434",
"description": "The solid.js wrapper for zag",

@@ -31,3 +31,3 @@ "keywords": [

"dependencies": {
"@zag-js/core": "0.0.0-dev-20220413175519",
"@zag-js/core": "0.0.0-dev-20220415160434",
"hyphenate-style-name": "^1.0.4",

@@ -34,0 +34,0 @@ "valtio": "^1.5.2"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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