digitalocean-js
Advanced tools
Comparing version 1.2.0 to 1.2.2
@@ -0,1 +1,2 @@ | ||
export declare type CertificateType = 'custom' | 'lets_encrypt'; | ||
export interface Certificate { | ||
@@ -7,2 +8,5 @@ id: string; | ||
created_at: string; | ||
dns_names: string[]; | ||
state: string; | ||
type: CertificateType; | ||
} | ||
@@ -14,2 +18,4 @@ export interface CertificateRequest { | ||
certificate_chain?: string; | ||
dns_names: string[]; | ||
type: CertificateType; | ||
} |
@@ -0,1 +1,2 @@ | ||
export declare type CertificateType = 'custom' | 'lets_encrypt'; | ||
export interface Certificate { | ||
@@ -7,2 +8,5 @@ id: string; | ||
created_at: string; | ||
dns_names: string[]; | ||
state: string; | ||
type: CertificateType; | ||
} | ||
@@ -14,2 +18,4 @@ export interface CertificateRequest { | ||
certificate_chain?: string; | ||
dns_names: string[]; | ||
type: CertificateType; | ||
} |
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="1.2.2"></a> | ||
## [1.2.2](https://github.com/jbw91/digitalocean-js/compare/v1.2.0...v1.2.2) (2018-10-29) | ||
<a name="1.2.0"></a> | ||
@@ -7,0 +12,0 @@ # [1.2.0](https://github.com/jbw91/digitalocean-js/compare/v1.0.2...v1.2.0) (2018-10-27) |
{ | ||
"name": "digitalocean-js", | ||
"version": "1.2.0", | ||
"version": "1.2.2", | ||
"description": "JavaScript library for the DigitalOcean API.", | ||
@@ -43,4 +43,3 @@ "main": "build/main/index.js", | ||
"all": "run-s reset test cov:check doc:html", | ||
"prepare-release": "run-s all version doc:publish", | ||
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('digitalocean-js must be installed with Yarn: https://yarnpkg.com/')\"" | ||
"prepare-release": "run-s all version doc:publish" | ||
}, | ||
@@ -47,0 +46,0 @@ "scripts-info": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
750459
12338
0