Socket
Socket
Sign inDemoInstall

ass

Package Overview
Dependencies
231
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

8

index.js

@@ -41,5 +41,7 @@ const envVar = "ASS_CODE_COVERAGE";

process.on('exit', function() {
// XXX we should synchronously delete all of the .json files and
// the coverage data directory. temp has delete-on-exit functionality
// but it's non-recursive.
// synchronously delete all data files at process exit.
fs.readdirSync(context.dir).forEach(function(f) {
if (f.indexOf('.') != 0) fs.unlink(f);
});
fs.rmdirSync(context.dir);
});

@@ -46,0 +48,0 @@

@@ -5,3 +5,3 @@ {

"description": "A flexible node code coverage library with multiple-process support.",
"version": "0.0.3",
"version": "0.0.4",
"repository": {

@@ -8,0 +8,0 @@ "url": "https://github.com/lloyd/ass"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc