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.1.3 to 0.1.4

2

dist/patchPackage.js

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

const packageJson = JSON.parse(data);
packageJson.dependencies['@owlworks/botbuilder-dialogs-adaptive-runtime-integration-express'] = '0.1.3';
packageJson.dependencies['@owlworks/botbuilder-dialogs-adaptive-runtime-integration-express'] = '0.1.4';
const updatedData = JSON.stringify(packageJson, null, 2);

@@ -34,0 +34,0 @@ fs_1.default.writeFileSync(filePath, updatedData);

{
"name": "@owlworks/package-patch",
"version": "0.1.3",
"version": "0.1.4",
"description": "Patch Plugin for Bot Composer ",

@@ -5,0 +5,0 @@ "main": "dist/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