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

baseman

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baseman - npm Package Compare versions

Comparing version 0.1.0-dev.7 to 0.1.0-dev.8

2

bld/util/string.js

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

const Path = require("path");
const errorStackRegex = /^([A-Z]\w*Error(?:: .+)?)\n(?: {4}at .+\n)+/mg;
const errorStackRegex = /^((?:[A-Z]\w*)?Error(?:: .+)?)\n(?: {4}at .+\n)+/mg;
function blurErrorStack(output) {

@@ -8,0 +8,0 @@ return output.replace(errorStackRegex, '$1\n [stack]');

{
"name": "baseman",
"version": "0.1.0-dev.7",
"version": "0.1.0-dev.8",
"description": "Integration testing framework for Node.js",

@@ -5,0 +5,0 @@ "main": "bld/index.js",

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