New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

impunity

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

impunity - npm Package Compare versions

Comparing version
1.0.6
to
1.0.7
+14
-1
cmd.js
#!/usr/bin/env node
require("./run.js");
const path = require("path");
const {spawn} = require('child_process');
const otherArgs = process.argv.slice(2);
spawn("node", [
"--experimental-json-modules",
"--experimental-loader",
require.resolve("./src/resolve-hook.mjs"),
require.resolve("./src/main.mjs"),
...otherArgs
], {
shell: true,
stdio: "inherit"
});
+1
-1
{
"name": "impunity",
"version": "1.0.6",
"version": "1.0.7",
"description": "js test runner that finds unit tests in any imported ES module",

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