🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

fraction-math-js

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fraction-math-js - npm Package Compare versions

Comparing version
0.1.3
to
0.1.4
+31
-6
package.json
{
"name": "fraction-math-js",
"version": "0.1.3",
"description": "",
"version": "0.1.4",
"description": "bignumber fraction calculator and node module.",
"main": "index.js",

@@ -15,8 +15,11 @@ "scripts": {

"keywords": [
"fraction","calculator"
"fraction",
"calculator"
],
"bin":{
"bin": {
"fcalc": "./bin/fcalc.js"
},
"author": "hjiayz",
"author": {
"name": "hjiayz"
},
"license": "Apache-2.0",

@@ -29,3 +32,25 @@ "bugs": {

"bignumber.js": "^2.0.7"
}
},
"gitHead": "3a42fe3d7aca44b6d89f2ec105438c927a397ed8",
"_id": "fraction-math-js@0.1.3",
"_shasum": "62ba2cedb2285fa9c5072f1b95919ea79149a5d8",
"_from": "fraction-math-js@*",
"_npmVersion": "2.14.2",
"_nodeVersion": "4.0.0",
"_npmUser": {
"name": "hjiayz",
"email": "hjiayz@gmail.com"
},
"dist": {
"shasum": "62ba2cedb2285fa9c5072f1b95919ea79149a5d8",
"tarball": "http://registry.npmjs.org/fraction-math-js/-/fraction-math-js-0.1.3.tgz"
},
"maintainers": [
{
"name": "hjiayz",
"email": "hjiayz@gmail.com"
}
],
"directories": {},
"_resolved": "http://registry.npmjs.org/fraction-math-js/-/fraction-math-js-0.1.3.tgz"
}
+9
-9

@@ -1,6 +0,6 @@

##fraction-math-js
## fraction-math-js
bignumber fraction calculator and node module.
###need ES6 support!
### need ES6 support!

@@ -10,11 +10,11 @@ node4.1.1 arguments:

###Install
### Install
npm install fraction-math-js -g
###REPL
### REPL
> fcalc
######input expression,like:
###### input expression,like:

@@ -25,3 +25,3 @@ fcalc> (1+1)*2/12

###Load
### Load

@@ -32,3 +32,3 @@ "use strict"

###Use
### Use
let x=new F("1+2/3*5");//1+2/3*5 = 13/3

@@ -48,3 +48,3 @@

###Run
### Run

@@ -54,2 +54,2 @@ //save to sample.js and

> node --harmony --harmony_array_includes sample.js

Sorry, the diff of this file is not supported yet