Socket
Socket
Sign inDemoInstall

@zag-js/core

Package Overview
Dependencies
Maintainers
1
Versions
890
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/core - npm Package Compare versions

Comparing version 0.0.0-dev-20220704151659 to 0.0.0-dev-20220704163406

12

dist/index.js

@@ -63,8 +63,2 @@ "use strict";

}
var isDev = () => void 0 !== "production";
var isArray = (v) => Array.isArray(v);
var isObject = (v) => !(v == null || typeof v !== "object" || isArray(v));
var isNumber = (v) => typeof v === "number" && !Number.isNaN(v);
var isString = (v) => typeof v === "string";
var isFunction = (v) => typeof v === "function";
var runIfFn = (v, ...a) => {

@@ -89,2 +83,8 @@ const res = typeof v === "function" ? v(...a) : v;

})();
var isDev = () => void 0 !== "production";
var isArray = (v) => Array.isArray(v);
var isObject = (v) => !(v == null || typeof v !== "object" || isArray(v));
var isNumber = (v) => typeof v === "number" && !Number.isNaN(v);
var isString = (v) => typeof v === "string";
var isFunction = (v) => typeof v === "function";
function warn(...a) {

@@ -91,0 +91,0 @@ const m = a.length === 1 ? a[0] : a[1];

{
"name": "@zag-js/core",
"version": "0.0.0-dev-20220704151659",
"version": "0.0.0-dev-20220704163406",
"description": "A minimal implementation of xstate fsm for UI machines",

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

"dependencies": {
"@zag-js/store": "0.0.0-dev-20220704151659",
"@zag-js/store": "0.0.0-dev-20220704163406",
"@zag-js/utils": "0.1.2",

@@ -43,0 +43,0 @@ "klona": "2.0.5"

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