Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hutson/set-npm-auth-token-for-ci - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

8

package.json

@@ -34,6 +34,5 @@ {

"scripts": {
"dev": "docker run --rm --user node -v \"$(pwd)\":/app -w /app -it node:4 sh -c \"yarn install; yarn test; bash\"",
"test": "eslint src/ && nyc mocha --opts mocha.opts src/**/*.spec.js"
"test": "semistandard 'src/**/*.js' && nyc mocha --opts mocha.opts src/**/*.spec.js"
},
"version": "3.0.2",
"version": "3.0.3",
"dependencies": {

@@ -46,7 +45,5 @@ "debug": "^4.0.0",

"@hutson/conventional-changelog-config": "^2.0.0",
"@hutson/eslint-config": "^3.0.0",
"@hutson/nyc-config": "^2.0.0",
"chai": "^4.0.2",
"codecov": "^3.0.0",
"eslint": "^5.3.0",
"mocha": "^5.0.0",

@@ -56,2 +53,3 @@ "npm-publish-git-tag": "^3.0.0",

"semantic-release-gitlab": "^7.0.0",
"semistandard": "^13.0.1",
"sinon": "^7.0.0",

@@ -58,0 +56,0 @@ "sinon-chai": "^3.2.0",

@@ -13,3 +13,3 @@ 'use strict';

function setNpmAuthTokenForCI(fs, registryUrl) {
function setNpmAuthTokenForCI (fs, registryUrl) {
const packageContents = JSON.parse(fs.readFileSync(path.join(process.cwd(), `package.json`)).toString());

@@ -16,0 +16,0 @@

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