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

scratch-js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scratch-js

scratch-js is a Node module for Scratchers making the switch

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

scratch-js

scratch-js is a Node Module that simplifies Node.js.

About

scratch-js is a Node module for Scratchers making the switch.

Install

Install using npm

npm install scratch-js

Usage

You can use scratch-js to access basic APIs, simplify functions, and more. But first you have to load the module. Here's a basic script using scratch-js.

var scratch = require("scratch-js")

scratch.repeat(3, function() {
    console.log('Welcome to the month of ' + scratch.monthName);
});

Keywords

node

FAQs

Package last updated on 11 Jun 2016

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