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

digitalocean-js

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

digitalocean-js - npm Package Compare versions

Comparing version 1.2.0 to 1.2.2

6

build/main/lib/models/certificate.d.ts

@@ -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)

5

package.json
{
"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": {

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