New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@ts-common/https

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-common/https - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+0
-0
index.d.ts

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as http from "http"

@@ -0,0 +0,0 @@ Apache License

+5
-5
{
"name": "@ts-common/https",
"version": "0.0.1",
"version": "0.0.2",
"description": "Promisified HTTPS API",

@@ -39,13 +39,13 @@ "main": "index.js",

"devDependencies": {
"@types/chai": "^4.1.6",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nyc": "^13.0.1",
"typescript": "^3.1.2"
"nyc": "^13.1.0",
"typescript": "^3.1.6"
},
"dependencies": {
"@types/node": "^10.11.6",
"@types/node": "^10.12.2",
"tslib": "^1.9.3"
}
}
# HTTPS
HTTPS
[![Build Status](https://dev.azure.com/ts-common/ts-common/_apis/build/status/ts-common.https)](https://dev.azure.com/ts-common/ts-common/_build/latest?definitionId=10)