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 0.7.0 to 0.7.1

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -54,5 +54,5 @@ # utils

```js
await utils.doesHaveGlobalPackages(packages: string[]): Boolean
await utils.doesHaveGlobalPackages(packages: string[]): Promise<boolean>
```
Determines if all `packages` are installed globally. Returns false if not.

@@ -34,3 +34,3 @@ // Return a set representing all possible "journeys" in the project as arrays

...next_message_ids
.filter(({ intent }) => intent.value)
.filter(message => message.intent && message.intent.value)
// Group this message with this intent and others like it (in that they

@@ -37,0 +37,0 @@ // also are incident on this message)

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