Huge News!Announcing our $40M Series B led by Abstract Ventures.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 8.11.1 to 8.12.0

2

build/core.d.ts

@@ -102,4 +102,2 @@ import * as t from 'io-ts';

CPA: unknown;
UCPA: unknown;
"Nevada SB220": unknown;
}>;

@@ -106,0 +104,0 @@ /** type overload */

@@ -14,8 +14,4 @@ /** Potentially applicable data privacy legal regimes */

/** Colorado Privacy Act */
CPA = "CPA",
/** Utah Consumer Privacy Act */
UCPA = "UCPA",
/** Nevada Privacy Law (SB220) */
'Nevada SB220' = "Nevada SB220"
CPA = "CPA"
}
//# sourceMappingURL=privacyRegime.d.ts.map

@@ -19,7 +19,3 @@ "use strict";

PrivacyRegimeEnum["CPA"] = "CPA";
/** Utah Consumer Privacy Act */
PrivacyRegimeEnum["UCPA"] = "UCPA";
/** Nevada Privacy Law (SB220) */
PrivacyRegimeEnum["Nevada SB220"] = "Nevada SB220";
})(PrivacyRegimeEnum = exports.PrivacyRegimeEnum || (exports.PrivacyRegimeEnum = {}));
//# sourceMappingURL=privacyRegime.js.map

@@ -118,20 +118,2 @@ import * as t from 'io-ts';

}>;
UCPA: t.KeyofC<{
QuickOptions: unknown;
AcceptAll: unknown;
AcceptOrRejectAll: unknown;
NoticeAndDoNotSell: unknown;
DoNotSellDisclosure: unknown;
CompleteOptions: unknown;
Hidden: unknown;
}>;
"Nevada SB220": t.KeyofC<{
QuickOptions: unknown;
AcceptAll: unknown;
AcceptOrRejectAll: unknown;
NoticeAndDoNotSell: unknown;
DoNotSellDisclosure: unknown;
CompleteOptions: unknown;
Hidden: unknown;
}>;
}>;

@@ -147,4 +129,2 @@ /** type overload */

CPA: unknown;
UCPA: unknown;
"Nevada SB220": unknown;
}>, t.KeyofC<{

@@ -191,4 +171,2 @@ QuickOptions: unknown;

CPA: unknown;
UCPA: unknown;
"Nevada SB220": unknown;
}>, t.KeyofC<{

@@ -241,4 +219,2 @@ QuickOptions: unknown;

CPA: unknown;
UCPA: unknown;
"Nevada SB220": unknown;
}>, t.KeyofC<{

@@ -245,0 +221,0 @@ QuickOptions: unknown;

8

build/ui.js

@@ -77,10 +77,6 @@ "use strict";

LGPD: enums_1.InitialViewState.QuickOptions,
// Virginia
// Virginia (unreachable as we don't detect this regime yet)
CDPA: enums_1.InitialViewState.NoticeAndDoNotSell,
// Colorado
// Colorado (unreachable as we don't detect this regime yet)
CPA: enums_1.InitialViewState.NoticeAndDoNotSell,
// Nevada
'Nevada SB220': enums_1.InitialViewState.NoticeAndDoNotSell,
// Utah (law not yet in effect)
UCPA: enums_1.InitialViewState.Hidden,
// Other

@@ -87,0 +83,0 @@ Unknown: enums_1.InitialViewState.Hidden,

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

"description": "TypeScript types for airgap.js interoperability with custom consent UIs",
"version": "8.11.1",
"version": "8.12.0",
"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

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