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

@hkube/datasource-utils

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hkube/datasource-utils - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

3

lib/Shell.js

@@ -5,5 +5,2 @@ const childProcess = require('child_process');

const cmd = childProcess.spawn(command, args, { cwd });
console.info(
`running shell command: ${command} with args: ${args} on dir: ${cwd}`
);
return new Promise((res, rej) => {

@@ -10,0 +7,0 @@ let cache = '';

2

package.json
{
"name": "@hkube/datasource-utils",
"version": "1.0.2",
"version": "1.0.3",
"description": "datasource utilities library",

@@ -5,0 +5,0 @@ "main": "index.js",

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