Socket
Socket
Sign inDemoInstall

@botmock/cli

Package Overview
Dependencies
93
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.6.0

templates/README.md

10

package.json
{
"name": "@botmock/cli",
"version": "0.5.0",
"version": "0.6.0",
"description": "",

@@ -41,3 +41,3 @@ "author": "Kevin Donahue <nonnontrivial@gmail.com>",

"fs-extra": "9.0.1",
"inquirer": "7.1.0",
"inquirer": "7.2.0",
"typescript": "3.9.5"

@@ -47,6 +47,6 @@ },

"devDependencies": {
"@types/jest": "^26.0.0",
"jest": "^26.0.1",
"ts-jest": "^26.1.0"
"@types/jest": "26.0.0",
"jest": "26.0.1",
"ts-jest": "26.1.1"
}
}

@@ -7,5 +7,8 @@ // @ts-nocheck

/**
* @todo Rename `CustomExporter` to the name of your platform and implement `#rootTransformation`.
* Rename `CustomExporter` to the name of your platform and implement `#rootTransformation`.
*/
class CustomExporter extends BaseExporter {
/**
* @param resources Object containing resources from original Botmock project.
*/
#rootTransformation = (resources: Resources) => {

@@ -12,0 +15,0 @@ return {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc