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
443
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.4.38 to 8.4.40

1

development/tsconfig-release.json

@@ -41,5 +41,4 @@ {

"src/plugins/-*/**/*.*",
"src/plugins/service-*/**/*.*",
"src/tests/**/*.*"
]
}

6

package.json

@@ -15,3 +15,3 @@ {

"build": "rm -rfv ./lib && tsc && npm run testDev",
"build-release": "rm -rfv ./lib && tsc --p ./development/tsconfig-release.json",
"build-release": "rm -rfv ./lib && tsc --p ./tsconfig-release.json",
"xZpostinstall": "node ./postinstall.js",

@@ -23,3 +23,3 @@ "lint": "eslint src/ --ext .js,.jsx,.ts,.tsx",

"bin": {
"bsb": "lib/bootstrap.js"
"bsb": "lib/cli.js"
},

@@ -34,3 +34,3 @@ "files": [

"main": "lib/index.js",
"version": "8.4.38",
"version": "8.4.40",
"bsb_project": true,

@@ -37,0 +37,0 @@ "bsbInit": {

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