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

office-addin-cli

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

office-addin-cli - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

cli.js

2

lib/log.js

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

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
Object.defineProperty(exports, "__esModule", { value: true });

@@ -2,0 +4,0 @@ function logErrorMessage(err) {

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

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
Object.defineProperty(exports, "__esModule", { value: true });

@@ -2,0 +4,0 @@ function parseNumber(optionValue, errorMessage = "The value should be a number.") {

6

package.json
{
"name": "office-addin-cli",
"version": "0.1.1",
"version": "0.2.0",
"description": "A command-line interface for Office Add-ins.",

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

"bin": {
"office-addin-cli": "./lib/cli.js"
"office-addin-cli": "./cli.js"
},

@@ -46,3 +46,3 @@ "keywords": [

},
"gitHead": "26eaf6c8fcc6aaec2252575540caeba124d40cf4"
"gitHead": "416db4c11018473074697acfd47b283b8e43c220"
}

Sorry, the diff of this file is not supported yet

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