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

chai-baseline

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chai-baseline - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

9

dist/index.js

@@ -143,3 +143,10 @@ "use strict";

yield ensureDirectory(parentdir);
yield mkdir(dirname, 4095 & ~process.umask());
try {
yield mkdir(dirname, 4095 & ~process.umask());
}
catch (e) {
if (e.code !== "EEXIST") {
throw e;
}
}
return;

@@ -146,0 +153,0 @@ }

2

package.json
{
"name": "chai-baseline",
"version": "1.1.0",
"version": "1.1.1",
"description": "File-based baseline testing for chai",

@@ -5,0 +5,0 @@ "main": "dist/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