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

@owlworks/package-patch

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@owlworks/package-patch - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

5

build/patchPackage.d.ts
export declare class PatchCode {
patchIndexFile: (destDir: any, projectName: any) => Promise<never> | undefined;
patchPackageJson: (destDir: any, projectName: any) => Promise<never> | undefined;
patchIndexFile: (destDir: string, projectName: string) => Promise<never> | undefined;
patchPackageJson: (destDir: string, projectName: string) => Promise<never> | undefined;
}
export declare const codePatcher: PatchCode;

3

build/patchPackage.js

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.PatchCode = void 0;
exports.codePatcher = exports.PatchCode = void 0;
const fs_1 = __importDefault(require("fs"));

@@ -43,1 +43,2 @@ const customIndexFile = "const { start } = require(\"@owlworks/botbuilder-dialogs-adaptive-runtime-integration-express\");\n\n(async function () {\n try {\n await start(process.cwd(), \"settings\");\n } catch (err) {\n console.error(err);\n process.exit(1);\n }\n})();";

exports.PatchCode = PatchCode;
exports.codePatcher = new PatchCode();
{
"name": "@owlworks/package-patch",
"version": "0.0.4",
"version": "0.0.5",
"description": "Patch Plugin for Bot Composer ",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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