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

msg-utils

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

msg-utils

Several small practical and light tools.

latest
Source
npmnpm
Version
0.1.74
Version published
Weekly downloads
30
87.5%
Maintainers
1
Weekly downloads
 
Created
Source

msg-utils

Several small practical and light tools.

@vegi

NodeJs

// uuid
import crypto from 'node:crypto';
registers.crypto = crypto as Crypto;

// Rest
import XMLHttpRequest from 'xmlhttprequest-ssl';
registers.XMLHttpRequest = XMLHttpRequest;

import fetch from 'node-fetch';
registers.fetch = fetch;

import child_process from 'node:child_process';
registers.child_process = child_process;

React

import React from 'react';
registers.react = React;

array

cast

check

clipboard

json

msg

number

promise

react

record

rest

stored

string

TODO

"exports": { ".": { "import": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "require": { "types": "./lib/cjs/index.d.ts", "default": "./lib/cjs/index.js" } } },

Keywords

tools

FAQs

Package last updated on 12 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts