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

@betterer/betterer

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@betterer/betterer - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

5

dist/betterer.js

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

return tslib_1.__awaiter(this, void 0, void 0, function () {
var configPath, filters, resultsPath, tests, testsToRun, expectedResults, _a, obsoleteNames, stats, results, ran, nnew, failed, obsolete, better, worse, same, completed, messages, printed, printError, _b;
var configPath, filters, resultsPath, imported, tests, testsToRun, expectedResults, _a, obsoleteNames, stats, results, ran, nnew, failed, obsolete, better, worse, same, completed, messages, printed, printError, _b;
var _this = this;

@@ -21,3 +21,4 @@ return tslib_1.__generator(this, function (_c) {

case 1:
tests = _c.sent();
imported = _c.sent();
tests = imported.default ? imported.default : imported;
testsToRun = Object.keys(tests).filter(function (testName) {

@@ -24,0 +25,0 @@ if (!filters) {

3

dist/reader.js

@@ -6,2 +6,3 @@ "use strict";

var util_1 = require("util");
var readFileAsync = util_1.promisify(fs_1.readFile);
function read(resultsPath) {

@@ -14,3 +15,3 @@ return tslib_1.__awaiter(this, void 0, void 0, function () {

_c.trys.push([0, 2, , 3]);
return [4 /*yield*/, util_1.promisify(fs_1.access)(resultsPath)];
return [4 /*yield*/, readFileAsync(resultsPath)];
case 1:

@@ -17,0 +18,0 @@ _c.sent();

{
"name": "@betterer/betterer",
"description": "Main engine for runing betterer tests",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",

@@ -10,2 +10,3 @@ "publishConfig": {

"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [

@@ -27,6 +28,6 @@ "dist"

"dependencies": {
"@betterer/logger": "^0.1.3",
"@betterer/logger": "^0.1.4",
"tslib": "^1.10.0"
},
"gitHead": "9e0a0b1501bec7e1791f6bdac0e4ad8b1f4b2492"
"gitHead": "c131906cf8ec699fa792db0245bae1121dec0bb8"
}

Sorry, the diff of this file is not supported yet

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