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

hubot

Package Overview
Dependencies
Maintainers
7
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot - npm Package Compare versions

Comparing version 9.0.1 to 9.0.2

2

package.json
{
"name": "hubot",
"version": "9.0.1",
"version": "9.0.2",
"author": "hubot",

@@ -5,0 +5,0 @@ "keywords": [

@@ -497,3 +497,3 @@ 'use strict'

} else if (['.js', '.cjs', '.coffee'].includes(ext)) {
this.adapter = this.requireAdapterFrom(pathToFileURL(path.resolve(adapterPath)).pathname)
this.adapter = this.requireAdapterFrom(path.resolve(adapterPath))
} else if (['.mjs'].includes(ext)) {

@@ -500,0 +500,0 @@ this.adapter = await this.importAdapterFrom(pathToFileURL(path.resolve(adapterPath)).href)

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