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

@transcend-io/airgap.js-types

Package Overview
Dependencies
Maintainers
7
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transcend-io/airgap.js-types - npm Package Compare versions

Comparing version 10.12.0 to 10.12.1

4

build-esm/ui.d.ts

@@ -502,2 +502,6 @@ import * as t from 'io-ts';

}>]>>;
/** Comma separated list of languages to support in the UI */
languages: t.StringC;
/** Default locale to use for the UI internationalization */
locale: t.StringC;
}>;

@@ -504,0 +508,0 @@ /** Type override */

@@ -88,2 +88,6 @@ // external

nonTcfVendors: t.array(NonTcfVendor),
/** Comma separated list of languages to support in the UI */
languages: t.string,
/** Default locale to use for the UI internationalization */
locale: t.string,
});

@@ -90,0 +94,0 @@ /** Input for Consent manager UI configuration */

@@ -502,2 +502,6 @@ import * as t from 'io-ts';

}>]>>;
/** Comma separated list of languages to support in the UI */
languages: t.StringC;
/** Default locale to use for the UI internationalization */
locale: t.StringC;
}>;

@@ -504,0 +508,0 @@ /** Type override */

@@ -114,2 +114,6 @@ "use strict";

nonTcfVendors: t.array(iab_1.NonTcfVendor),
/** Comma separated list of languages to support in the UI */
languages: t.string,
/** Default locale to use for the UI internationalization */
locale: t.string,
});

@@ -116,0 +120,0 @@ /** Input for Consent manager UI configuration */

2

package.json

@@ -5,3 +5,3 @@ {

"description": "TypeScript types for airgap.js interoperability with custom consent UIs",
"version": "10.12.0",
"version": "10.12.1",
"homepage": "https://github.com/transcend-io/airgap.js-types",

@@ -8,0 +8,0 @@ "repository": {

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

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