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.0 to 1.1.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

1.1.1 / 2016-10-09
==================
* [Fix] Ensure `allVersions` is an array, when there’s only one
* [Deps] update `yargs`
* [Dev Deps] update `eslint`, `nsp`, `tape`
* [Tests] up to `node` `v6.6`, `v4.5`; improve test matrix
1.1.0 / 2016-09-19

@@ -2,0 +9,0 @@ ==================

2

getLatestError.js

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

try {
allVersions = JSON.parse(json);
allVersions = [].concat(JSON.parse(json));
} catch (e) {

@@ -38,0 +38,0 @@ return callback([

{
"name": "safe-publish-latest",
"version": "1.1.0",
"version": "1.1.1",
"author": "Jordan Harband",

@@ -45,10 +45,10 @@ "contributors": [

"semver": "^5.3.0",
"yargs": "^5.0.0"
"yargs": "^6.0.0"
},
"devDependencies": {
"@ljharb/eslint-config": "^8.0.0",
"eslint": "^3.5.0",
"eslint": "^3.7.1",
"mock-env": "^0.1.3",
"nsp": "^2.6.1",
"tape": "^4.6.0"
"nsp": "^2.6.2",
"tape": "^4.6.2"
},

@@ -55,0 +55,0 @@ "engines": {

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