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

@zag-js/utils

Package Overview
Dependencies
Maintainers
1
Versions
792
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/utils - npm Package Compare versions

Comparing version 0.0.0-dev-20221005155029 to 0.0.0-dev-20221031080845

2

dist/index.js

@@ -117,3 +117,3 @@ "use strict";

const res = typeof v === "function" ? v(...a) : v;
return res ?? void 0;
return res != null ? res : void 0;
};

@@ -120,0 +120,0 @@ var cast = (v) => v;

{
"name": "@zag-js/utils",
"version": "0.0.0-dev-20221005155029",
"version": "0.0.0-dev-20221031080845",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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