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

@zag-js/qr-code

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/qr-code - npm Package Compare versions

Comparing version 0.0.0-v1-beta-20250220125322 to 0.0.0-v1-beta-20250221135618

5

dist/index.d.ts

@@ -20,7 +20,8 @@ import * as _zag_js_anatomy from '@zag-js/anatomy';

/**
* The value to encode.
* The controlled value to encode.
*/
value?: string | undefined;
/**
* The default value to encode.
* The initial value to encode when rendered.
* Use when you don't need to control the value of the qr code.
*/

@@ -27,0 +28,0 @@ defaultValue?: string | undefined;

23

package.json
{
"name": "@zag-js/qr-code",
"version": "0.0.0-v1-beta-20250220125322",
"version": "0.0.0-v1-beta-20250221135618",
"description": "Core logic for the qr-code widget implemented as a state machine",

@@ -32,7 +32,7 @@ "keywords": [

"uqr": "0.1.2",
"@zag-js/core": "0.0.0-v1-beta-20250220125322",
"@zag-js/utils": "0.0.0-v1-beta-20250220125322",
"@zag-js/types": "0.0.0-v1-beta-20250220125322",
"@zag-js/dom-query": "0.0.0-v1-beta-20250220125322",
"@zag-js/anatomy": "0.0.0-v1-beta-20250220125322"
"@zag-js/anatomy": "0.0.0-v1-beta-20250221135618",
"@zag-js/core": "0.0.0-v1-beta-20250221135618",
"@zag-js/utils": "0.0.0-v1-beta-20250221135618",
"@zag-js/dom-query": "0.0.0-v1-beta-20250221135618",
"@zag-js/types": "0.0.0-v1-beta-20250221135618"
},

@@ -47,5 +47,10 @@ "devDependencies": {

".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},

@@ -52,0 +57,0 @@ "./package.json": "./package.json"

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