New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@artilleryio/int-core

Package Overview
Dependencies
Maintainers
2
Versions
367
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artilleryio/int-core - npm Package Compare versions

Comparing version 2.13.0-43068a4 to 2.13.0-65dd538

4

lib/runner.js

@@ -21,2 +21,3 @@ /* This Source Code Form is subject to the terms of the Mozilla Public

const wl = require('./weighted-pick');
const { pathToFileURL } = require('url');

@@ -90,3 +91,4 @@ const Engines = {

if (processorPath.endsWith('.mjs')) {
const exports = await import(processorPath);
const fileUrl = pathToFileURL(processorPath);
const exports = await import(fileUrl.href);
script.config.processor = Object.assign(

@@ -93,0 +95,0 @@ {},

{
"name": "@artilleryio/int-core",
"version": "2.13.0-43068a4",
"version": "2.13.0-65dd538",
"main": "./index.js",
"license": "MPL-2.0",
"dependencies": {
"@artilleryio/int-commons": "2.9.0-43068a4",
"@artilleryio/int-commons": "2.9.0-65dd538",
"@artilleryio/sketches-js": "^2.1.1",

@@ -9,0 +9,0 @@ "agentkeepalive": "^4.1.0",

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