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

affogato

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

affogato - npm Package Compare versions

Comparing version 0.0.40 to 0.0.41

.idea/scopes/scope_settings.xml

12

main.js

@@ -37,17 +37,7 @@ var sinon = require('sinon');

var ext = ".es5";
testFiles.forEach(function(file) {
fs.writeFileSync(file + ext,
injection +
fs.readFileSync(file)
);
mocha.addFile(file + ext);
mocha.addFile(file);
});
mocha.run(function(errs) {
done(errs === 0);
testFiles.forEach(function(file) {
fs.unlinkSync(file + ext);
});
});

@@ -54,0 +44,0 @@ },

{
"name": "affogato",
"version": "0.0.40",
"version": "0.0.41",
"description": "Enable ES6 support for mocha tests under jsdom.",

@@ -5,0 +5,0 @@ "engines": {

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