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

sosimplejs

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sosimplejs

Javascript but more simple

latest
npmnpm
Version
1.0.4
Version published
Maintainers
0
Created
Source

SO SIMPLE JS

Usage

const { Do, print, error } = require('sosimplejs');
Do(() => {
    print("Hello, World!"); (console.log)
    error("This is an error!"); (console.error)
});

Install Locally

npm install sosimplejs

FAQs

Package last updated on 05 Oct 2024

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