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

basic-math-functions

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basic-math-functions - npm Package Compare versions

Comparing version
1.0.8
to
1.0.9
+1
-4
bmaths.js

@@ -5,5 +5,4 @@ #! usr/bin/env node

import chalkAnimation from 'chalk-animation'
let basicmathfunctions;
export default basicmathfunctions= async function basic_math_function(){
// console.log(chalk.redBright('Two number calculator with four basic operations'))

@@ -88,4 +87,2 @@ // function title() {console.log(chalkAnimation.rainbow('TWO DIGIT BASIC CALCULATOR? \n'))};

};
basicmathfunctions()
+4
-3
{
"name": "basic-math-functions",
"version": "1.0.8",
"version": "1.0.9",
"description": "",
"main": "bmaths.js",
"bin": "./answer.js",
"bin": "./bmaths.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bmaths.js"
},

@@ -11,0 +12,0 @@ "keywords": [],

import basicmathfunctions from "basic-math-functions"
basicmathfunctions