New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bettercorp/service-base

Package Overview
Dependencies
Maintainers
2
Versions
447
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bettercorp/service-base - npm Package Compare versions

Comparing version 8.3.28 to 8.3.29-rc.0

10

build-lib-clients.js

@@ -37,5 +37,5 @@ const fs = require("fs");

let indexFile = path.join(libDir, "./index." + client);
let indexIsMain = true;
let indexIsMain = false;
if (!fs.existsSync(indexFile + indexExts[0])) {
indexIsMain = false;
indexIsMain = true;
indexFile = path.join(libDir, "./index");

@@ -94,8 +94,2 @@ }

pkgg.files = ["lib/**/*"];
if (indexFile !== false) {
pkgg.files.push("index.js");
}
if (sharedDir !== false) {
pkgg.files.push("shared/**/*");
}
pkgg.bin = {};

@@ -102,0 +96,0 @@ pkgg.bsb_project = undefined;

2

package.json

@@ -32,3 +32,3 @@ {

"main": "lib/index.js",
"version": "8.3.28",
"version": "8.3.29-rc.0",
"devDependencies": {

@@ -35,0 +35,0 @@ "@types/assert": "^1.5.6",

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