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

@best/utils

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@best/utils - npm Package Compare versions

Comparing version 4.0.0-alpha9 to 4.0.0-beta1

build/match-specs.js

7

build/index.js

@@ -22,2 +22,9 @@ "use strict";

exports.proxifiedSocketOptions = proxy_1.proxifiedSocketOptions;
var match_specs_1 = require("./match-specs");
exports.matchSpecs = match_specs_1.matchSpecs;
var runner_interruption_1 = require("./runner-interruption");
exports.RunnerInterruption = runner_interruption_1.RunnerInterruption;
var normalize_client_config_1 = require("./normalize-client-config");
exports.normalizeClientConfig = normalize_client_config_1.normalizeClientConfig;
exports.normalizeSpecs = normalize_client_config_1.normalizeSpecs;
//# sourceMappingURL=index.js.map

2

build/log-error.js

@@ -15,5 +15,5 @@ "use strict";

function logError(errorMsg, stack, stream = process.stdout) {
stream.write(ERR_TEXT + errorMsg + (stack ? '\n' + stack : '') + '\n');
stream.write('\n' + ERR_TEXT + errorMsg + (stack ? '\n' + stack : '') + '\n');
}
exports.default = logError;
//# sourceMappingURL=log-error.js.map

@@ -7,3 +7,3 @@ {

},
"version": "4.0.0-alpha9",
"version": "4.0.0-beta1",
"description": "Best Utils",

@@ -26,3 +26,3 @@ "keywords": [

],
"gitHead": "6b3e5ae79feebd37eece19a9b6bc6b2d8e897d59"
"gitHead": "4d06a44b069fcefaf95ea845a61bb99ac4254405"
}
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