Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@oclif/plugin-update

Package Overview
Dependencies
Maintainers
2
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/plugin-update - npm Package Compare versions

Comparing version 1.1.12 to 1.1.13

2

.oclif.manifest.json

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

{"version":"1.1.12","commands":{"update":{"id":"update","description":"update the <%= config.bin %> CLI","pluginName":"@oclif/plugin-update","pluginType":"core","aliases":[],"flags":{"autoupdate":{"name":"autoupdate","type":"boolean","hidden":true}},"args":[{"name":"channel"}]}}}
{"version":"1.1.13","commands":{"update":{"id":"update","description":"update the <%= config.bin %> CLI","pluginName":"@oclif/plugin-update","pluginType":"core","aliases":[],"flags":{"autoupdate":{"name":"autoupdate","type":"boolean","hidden":true}},"args":[{"name":"channel"}]}}}

@@ -0,1 +1,10 @@

<a name="1.1.13"></a>
## [1.1.13](https://github.com/oclif/plugin-update/compare/v1.1.12...v1.1.13) (2018-04-20)
### Bug Fixes
* setlocal ([d17e2b4](https://github.com/oclif/plugin-update/commit/d17e2b4))
* setlocal ([665dda9](https://github.com/oclif/plugin-update/commit/665dda9))
<a name="1.1.12"></a>

@@ -2,0 +11,0 @@ ## [1.1.12](https://github.com/oclif/plugin-update/compare/v1.1.11...v1.1.12) (2018-04-20)

@@ -174,2 +174,3 @@ "use strict";

let body = `@echo off
setlocal enableextensions
set ${redirectedEnvVar}="1"

@@ -176,0 +177,0 @@ set ${binPathEnvVar}="%~dp0${bin}"

{
"name": "@oclif/plugin-update",
"version": "1.1.12",
"version": "1.1.13",
"author": "Jeff Dickey @jdxcode",

@@ -24,4 +24,4 @@ "bugs": "https://github.com/oclif/plugin-update/issues",

"devDependencies": {
"@oclif/dev-cli": "^1.13.1",
"@oclif/plugin-help": "^1.2.4",
"@oclif/dev-cli": "^1.13.3",
"@oclif/plugin-help": "^1.2.5",
"@oclif/test": "^1.0.5",

@@ -28,0 +28,0 @@ "@oclif/tslint": "^1.1.0",

@@ -24,3 +24,3 @@ @oclif/plugin-update

$ oclif-example (-v|--version|version)
@oclif/plugin-update/1.1.12 linux-x64 node-v8.11.1
@oclif/plugin-update/1.1.13 linux-x64 node-v8.11.1
$ oclif-example --help [COMMAND]

@@ -45,3 +45,3 @@ USAGE

_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.1.12/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.1.13/src/commands/update.ts)_
<!-- commandsstop -->
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