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

@teambit/bvm.config

Package Overview
Dependencies
Maintainers
16
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teambit/bvm.config - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

config.ts

@@ -104,2 +104,6 @@ import { Provider } from 'nconf';

getTempDir(): string {
return path.join(this.getBvmDirectory(), 'temp');
}
getDefaultLinkName(): string {

@@ -106,0 +110,0 @@ return this.store.get('DEFAULT_LINK');

@@ -22,2 +22,3 @@ export declare const IS_WINDOWS: boolean;

getBvmDirectory(): string;
getTempDir(): string;
getDefaultLinkName(): string;

@@ -24,0 +25,0 @@ getBitVersionsDir(): string;

@@ -92,2 +92,5 @@ "use strict";

}
getTempDir() {
return path_1.default.join(this.getBvmDirectory(), 'temp');
}
getDefaultLinkName() {

@@ -94,0 +97,0 @@ return this.store.get('DEFAULT_LINK');

4

package.json
{
"name": "@teambit/bvm.config",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://bit.dev/teambit/bvm/config",

@@ -9,3 +9,3 @@ "main": "dist/index.js",

"name": "config",
"version": "0.0.4"
"version": "0.0.5"
},

@@ -12,0 +12,0 @@ "dependencies": {

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