Socket
Socket
Sign inDemoInstall

@botmock-api/utils

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@botmock-api/utils - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

8

index.d.ts

@@ -1,7 +0,1 @@

declare type Intent = {
id: string;
name: string;
utterances: {}[];
};
declare type IntentMap = Map<string, Intent[]>;
declare module "@botmock-api/utils";

2

package.json
{
"name": "@botmock-api/utils",
"version": "1.0.4",
"version": "1.0.5",
"description": "utilities for handling data from the Botmock API",

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