Socket
Socket
Sign inDemoInstall

safe-publish-latest

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

safe-publish-latest - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

.eslintignore

16

CHANGELOG.md

@@ -0,1 +1,17 @@

1.1.5 / 2021-10-13
==================
* [Deps] update `yargs`, `in-publish`, `semver`
* [meta] disable audits, due to npm 7 bug not yet fixed
* [meta] use `prepublishOnly`, for npm 7+
* [actions] update codecov uploader
* [actions] use `node/install` instead of `node/run`; use `codecov` action
* [actions] add "Allow Edits" workflow
* [actions] switch Automatic Rebase workflow to `pull_request_target` event
* [actions] add automatic rebasing / merge commit blocking
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`; add `aud`
* [Tests] move node 0.8 to optionals; npm 1 can no longer talk to the registry
* [Tests] migrate tests to Github Actions
* [Tests] only audit prod deps
* [Tests] run `nyc` on all tests
1.1.4 / 2019-11-08

@@ -2,0 +18,0 @@ ==================

24

package.json
{
"name": "safe-publish-latest",
"version": "1.1.4",
"version": "1.1.5",
"author": "Jordan Harband <ljharb@gmail.com>",

@@ -21,6 +21,7 @@ "funding": {

"pretest": "npm run --silent lint",
"prepublish": "bin/safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "bin/safe-publish-latest",
"test": "npm run --silent tests-only",
"posttest": "npx aud",
"tests-only": "tape 'test/*'",
"posttest": "aud --production",
"tests-only": "nyc tape 'test/*'",
"prelint": "eclint check * bin/* test/*",

@@ -46,12 +47,14 @@ "lint": "eslint bin/* ."

"dependencies": {
"in-publish": "^2.0.0",
"semver": "^5.7.1",
"yargs": "^7.1.0"
"in-publish": "^2.0.1",
"semver": "^6.3.0",
"yargs": "^7.1.2"
},
"devDependencies": {
"@ljharb/eslint-config": "^15.0.0",
"@ljharb/eslint-config": "^18.0.0",
"aud": "^1.1.5",
"eclint": "^2.8.1",
"eslint": "^6.6.0",
"eslint": "^7.32.0",
"mock-env": "^0.2.0",
"tape": "^4.11.0"
"nyc": "^10.3.2",
"tape": "^5.3.1"
},

@@ -63,2 +66,3 @@ "engines": {

"ignore": [
"semver",
"yargs"

@@ -65,0 +69,0 @@ ]

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