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

completion

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

completion - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+3
-10
.travis.yml
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
matrix:
allow_failures:
- node_js: "0.11"
- "16"
- "14"
- "12"
# Upgrade npm to fix node@0.8
before_install:
- npm install npm@latest -g
notifications:
email: false
# completion changelog
1.0.2 - Upgraded packages to fix deep vulnerability, via @striezel in #2 -- bonus: added foundry
1.0.1 - Rearranged documentation to make it more straightforward

@@ -3,0 +5,0 @@

{
"name": "completion",
"description": "Completion library for CLI commands",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/twolfson/completion",

@@ -36,6 +36,9 @@ "author": {

"devDependencies": {
"mocha": "~1.11.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-watch": "~0.4.0"
"foundry": "~4.5.0",
"foundry-release-git": "~2.0.4",
"foundry-release-npm": "~2.0.2",
"grunt": "~1.4.0",
"grunt-contrib-jshint": "~3.0.0",
"grunt-contrib-watch": "~1.1.0",
"mocha": "~8.4.0"
},

@@ -51,3 +54,9 @@ "keywords": [

"zsh"
]
],
"foundry": {
"releaseCommands": [
"foundry-release-npm",
"foundry-release-git"
]
}
}

Sorry, the diff of this file is not supported yet