Socket
Socket
Sign inDemoInstall

@jamesives/github-pages-deploy-action

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jamesives/github-pages-deploy-action - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

5

.devcontainer/devcontainer.json

@@ -6,5 +6,4 @@ // https://github.com/microsoft/vscode-dev-containers/tree/master/containers/typescript-node

"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick a Node version: 10, 12, 14
"args": {
"VARIANT": "14"
"VARIANT": "12"
}

@@ -19,2 +18,2 @@ },

"remoteUser": "node"
}
}

22

package.json

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

"author": "James Ives <iam@jamesiv.es> (https://jamesiv.es)",
"version": "4.1.0",
"version": "4.1.1",
"license": "MIT",

@@ -14,3 +14,3 @@ "main": "lib/lib.js",

"lint": "eslint src/**/*.ts __tests__/**/*.ts",
"format": "prettier --write './**/*.ts'"
"lint:format": "prettier --write './**/*.ts'"
},

@@ -44,15 +44,15 @@ "repository": {

"devDependencies": {
"@types/jest": "26.0.20",
"@types/node": "14.14.31",
"eslint": "7.20.0",
"eslint-plugin-github": "4.1.1",
"eslint-plugin-jest": "24.1.5",
"eslint-plugin-prettier": "^3.1.2",
"@types/jest": "26.0.22",
"@types/node": "14.14.37",
"eslint": "7.23.0",
"eslint-plugin-github": "4.1.2",
"eslint-plugin-jest": "24.3.2",
"eslint-plugin-prettier": "3.1.2",
"jest": "26.6.3",
"jest-circus": "26.6.3",
"prettier": "2.2.1",
"rimraf": "^3.0.2",
"ts-jest": "26.5.2",
"typescript": "4.2.2"
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
"typescript": "4.2.3"
}
}

Sorry, the diff of this file is not supported yet

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