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

mathmini

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathmini

Sample math library containing add and sub functions

latest
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

mathmini-npm

Sample math library containing add and sub functions

Installation

npm install mathmini

Usage

JavaScript

var mathmini = require('mathmini');

console.log(mathmini.add(10, 5));
console.log(mathmini.sub(10, 5));

Release and Publish

  • Update version in package.json
  • Commit changes
  • Run git tag v1.0.0
  • Run git push origin v1.0.0

FAQs

Package last updated on 04 Nov 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