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

@microsoft/generator-microsoft-bot-adaptive

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/generator-microsoft-bot-adaptive - npm Package Compare versions

Comparing version 1.0.0-preview-20210223.eb59dd8 to 1.0.0-preview-20210226.e5782e2

6

generators/app/index.js

@@ -237,2 +237,4 @@ // Copyright (c) Microsoft Corporation.

_writeNugetConfig() {
const done = this.async();
const botName = this.options.botName;

@@ -249,2 +251,4 @@ const fileName = 'NuGet.config';

xml2js.parseString(nugetConfig, (err, result) => {
if (err) return done(err);
delete result.configuration.packageSources[0].clear;

@@ -262,4 +266,6 @@

builder.buildObject(result));
done();
});
}
};

50

package.json

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

{
"name": "@microsoft/generator-microsoft-bot-adaptive",
"version": "1.0.0-preview-20210223.eb59dd8",
"description": "Yeoman generator for creating an Adaptive Bot application built on top of the Microsoft Bot Framework SDK and runtime.",
"files": [
"generators"
],
"keywords": [
"microsoft",
"bot",
"framework",
"adaptive",
"yeoman-generator"
],
"dependencies": {
"uuid": "^8.3.1",
"xml2js": "^0.4.23",
"yeoman-generator": "^1.1.1"
},
"author": "Bot Framework",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/botframework-components.git"
}
{
"name": "@microsoft/generator-microsoft-bot-adaptive",
"version": "1.0.0-preview-20210226.e5782e2",
"description": "Yeoman generator for creating an Adaptive Bot application built on top of the Microsoft Bot Framework SDK and runtime.",
"files": [
"generators"
],
"keywords": [
"microsoft",
"bot",
"framework",
"adaptive",
"yeoman-generator"
],
"dependencies": {
"uuid": "^8.3.1",
"xml2js": "^0.4.23",
"yeoman-generator": "^1.1.1"
},
"author": "Bot Framework",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/botframework-components.git"
}
}

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