Socket
Socket
Sign inDemoInstall

@hutson/set-npm-auth-token-for-ci

Package Overview
Dependencies
18
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.3 to 4.0.0

license.md

52

package.json

@@ -13,3 +13,3 @@ {

"engines": {
"node": ">=6.9.0"
"node": ">=8.9.0"
},

@@ -29,3 +29,36 @@ "files": [

"main": "src/index.js",
"mocha": {
"checkLeaks": true,
"fullTrace": true,
"inlineDiffs": true,
"recursive": true,
"reporter": "progress"
},
"name": "@hutson/set-npm-auth-token-for-ci",
"nyc": {
"all": true,
"include": [
"src/**/*.js"
],
"exclude": [
"src/cli.js",
"src/**/*.spec.js",
"src/**/*.mock.js"
],
"reporter": [
"lcov",
"text"
]
},
"renovate": {
"extends": [
"config:base",
":maintainLockFilesWeekly",
":rebaseStalePrs",
":automergeDigest",
":gitSignOff",
":automergeMinor",
":preserveSemverRanges"
]
},
"repository": {

@@ -36,23 +69,20 @@ "type": "git",

"scripts": {
"test": "semistandard 'src/**/*.js' && nyc mocha --opts mocha.opts src/**/*.spec.js"
"test": "semistandard 'src/**/*.js' && nyc mocha src/**/*.spec.js"
},
"version": "3.0.3",
"version": "4.0.0",
"dependencies": {
"debug": "^4.0.0",
"local-or-home-npmrc": "^1.1.0",
"registry-url": "^4.0.0"
"registry-url": "^5.1.0"
},
"devDependencies": {
"@hutson/conventional-changelog-config": "^2.0.0",
"@hutson/nyc-config": "^2.0.0",
"chai": "^4.0.2",
"codecov": "^3.0.0",
"mocha": "^5.0.0",
"npm-publish-git-tag": "^3.0.0",
"nyc": "^13.0.0",
"semantic-release-gitlab": "^7.0.0",
"mocha": "^6.0.0",
"nyc": "^14.0.0",
"semantic-release-gitlab": "^8.0.1",
"semistandard": "^13.0.1",
"sinon": "^7.0.0",
"sinon-chai": "^3.2.0",
"tmp": "^0.0.33"
"tmp": "^0.1.0"
},

@@ -59,0 +89,0 @@ "readme": "ERROR: No README data found!",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc