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

@bettercorp/service-base-plugin-betterportal

Package Overview
Dependencies
Maintainers
2
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bettercorp/service-base-plugin-betterportal - npm Package Compare versions

Comparing version 1.6.2-rc.0 to 1.6.2

2

lib/plugins/service-betterportal/plugin.js

@@ -200,3 +200,3 @@ "use strict";

});
await this.fastify.get(`/bpui/lib/${libName.name.split(".")[0]}(\.js||)`, async (reply, params, query, req) => await libRequestListener(libName.name, reply, req));
await this.fastify.get(`/bpui/lib/${libName.name.split(".")[0]}`, async (reply, params, query, req) => await libRequestListener(libName.name, reply, req));
}

@@ -203,0 +203,0 @@ }

@@ -19,3 +19,3 @@ {

"main": "lib/index.js",
"version": "1.6.2-rc.0",
"version": "1.6.2",
"bsb_project": true,

@@ -22,0 +22,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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