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

@wocker/core

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wocker/core - npm Package Compare versions

Comparing version 1.0.20-dev.1 to 1.0.20-dev.2

3

lib/core/Scanner.js

@@ -125,2 +125,3 @@ "use strict";

const args = [];
const params = Object.values(input.arguments());
argsMeta.forEach((argMeta) => {

@@ -141,3 +142,3 @@ switch (argMeta.type) {

});
return wrapper.instance[name](...args);
return wrapper.instance[name](...args, ...params);
});

@@ -144,0 +145,0 @@ }

{
"name": "@wocker/core",
"version": "1.0.20-dev.1",
"version": "1.0.20-dev.2",
"author": "Kris Papercut <krispcut@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Core of the Wocker",

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