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

https-tls

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

https-tls - npm Package Compare versions

Comparing version
1.0.16
to
1.0.17
+10
-5
package.json

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

"homepage": "https://github.com/Kikobeats/https-tls",
"version": "1.0.16",
"version": "1.0.17",
"main": "src/index.js",

@@ -39,5 +39,5 @@ "author": {

"ci-publish": "latest",
"conventional-github-releaser": "latest",
"finepack": "latest",
"git-authors-cli": "latest",
"github-generate-release": "latest",
"nano-staged": "latest",

@@ -69,3 +69,3 @@ "npm-check-updates": "latest",

"release": "standard-version -a",
"release:github": "conventional-github-releaser -p angular",
"release:github": "github-generate-release",
"release:tags": "git push --follow-tags origin HEAD:master",

@@ -80,6 +80,11 @@ "test": "c8 ava",

"@commitlint/config-conventional"
]
],
"rules": {
"body-max-length": [
0
]
}
},
"nano-staged": {
"*.js,!*.min.js,": [
"*.js": [
"prettier-standard",

@@ -86,0 +91,0 @@ "standard --fix"