New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

office-addin-manifest

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

office-addin-manifest - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

lib/manifest.d.ts
#!/usr/bin/env node
export {};
export * from "./manifestInfo";
#!/usr/bin/env node
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
const commander = require("commander");
const commands = require("./commands");
__export(require("./manifestInfo"));
if (process.argv[1].endsWith("\\manifest.js")) {

@@ -6,0 +10,0 @@ commander

{
"name": "office-addin-manifest",
"version": "1.1.0",
"version": "1.1.1",
"description": "Read and modify Office Add-in manifest files.",

@@ -5,0 +5,0 @@ "main": "./lib/manifest.js",

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