Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.0 to 1.0.1

__tests__/index.ts

14

package.json
{
"name": "@botmock-api/utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "utilities for handling data from the Botmock API",
"main": "src/index.ts",
"scripts": {
"test": "jest"
"test": "jest",
"build": "babel --out-file bundle.js src/index.ts"
},
"keywords": [
"botmock",
"nodejs"
"api",
"typescript"
],

@@ -22,5 +24,6 @@ "jest": {

"prettier": {
"singleQuote": true,
"singleQuote": false,
"printWidth": 80
},
"bugs": "https://github.com/Botmock/utils/issues",
"repository": {

@@ -32,2 +35,5 @@ "type": "git",

"devDependencies": {
"@babel/cli": "7.4.4",
"@babel/core": "7.4.5",
"@babel/preset-typescript": "7.3.3",
"@types/jest": "24.0.15",

@@ -34,0 +40,0 @@ "@types/node": "12.0.8",

@@ -14,2 +14,3 @@ # utils

`createIntentMap(messages: Message[], intents: Intent[]): IntentMap`
Returns a map of message ids and any intents connected to them.
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