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

@figuredev/business-config-sdk

Package Overview
Dependencies
Maintainers
10
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figuredev/business-config-sdk - npm Package Compare versions

Comparing version 0.15.66 to 0.15.67

5

lib/domain.d.ts

@@ -7,6 +7,2 @@ import { Maybe } from "./utils";

}
export declare enum CloudfrontStateDTO {
Initialized = "Initialized",
Ready = "Ready"
}
export type DNSRecordDTO = {

@@ -22,3 +18,2 @@ type: "CNAME" | string;

state: DomainImportStateDTO;
cloudfrontState: Maybe<CloudfrontStateDTO>;
validationDnsRecords: Maybe<DNSRecordDTO[]>;

@@ -25,0 +20,0 @@ subdomainDnsRecord: Maybe<DNSRecordDTO>;

7

lib/domain.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CloudfrontStateDTO = exports.DomainImportStateDTO = void 0;
exports.DomainImportStateDTO = void 0;
var DomainImportStateDTO;

@@ -10,7 +10,2 @@ (function (DomainImportStateDTO) {

})(DomainImportStateDTO || (exports.DomainImportStateDTO = DomainImportStateDTO = {}));
var CloudfrontStateDTO;
(function (CloudfrontStateDTO) {
CloudfrontStateDTO["Initialized"] = "Initialized";
CloudfrontStateDTO["Ready"] = "Ready";
})(CloudfrontStateDTO || (exports.CloudfrontStateDTO = CloudfrontStateDTO = {}));
//# sourceMappingURL=domain.js.map

2

package.json
{
"name": "@figuredev/business-config-sdk",
"version": "0.15.66",
"version": "0.15.67",
"license": "ISC",

@@ -5,0 +5,0 @@ "files": [

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