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

termux-api-library

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

termux-api-library - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

child_process.js

@@ -1,2 +0,2 @@

import { exec } from "child_process";
const { exec } = require('child_process');

@@ -21,3 +21,4 @@

export default async function execut(command_line, callback) {
module.exports = async function execut(command_line, callback) {
return new Promise((resolve, reject) => {

@@ -24,0 +25,0 @@ try {

8

index.js

@@ -1,4 +0,4 @@

import execut from './child_process.js';
import fetch from 'node-fetch';
import fs from 'fs-extra';
const execut = require('./child_process.js');
const fetch = require('node-fetch');
const fs = require('fs-extra');

@@ -496,2 +496,2 @@ class Api {

export default new Api
module.exports = new Api
{
"name": "termux-api-library",
"version": "1.0.1",
"version": "1.0.2",
"description": "Termux-api library for NodeJS",
"main": "index.js",
"type": "module",
"repository": {

@@ -21,3 +20,3 @@ "type": "git",

"fs-extra": "^10.1.0",
"node-fetch": "^3.2.10"
"node-fetch": "^2.6.7"
},

@@ -24,0 +23,0 @@ "devDependencies": {

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