🎩 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.2.0
to
0.2.1
+12
.travis.yml
sudo: false
language: node_js
node_js:
- "4.1"
install:
- npm install
script:
- npm test
+2
-2

@@ -1,2 +0,2 @@

#!/usr/bin/env node --harmony --harmony_array_includes
#!/usr/bin/env node
"use strict"

@@ -19,2 +19,2 @@ let readline = require('readline');

process.exit(0);
});
});
{
"name": "fraction-math-js",
"version": "0.2.0",
"version": "0.2.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

## fraction-math-js
[![Build Status](https://travis-ci.org/hjiayz/fraction-math-js.svg?branch=master)](https://travis-ci.org/hjiayz/fraction-math-js)
bignumber fraction calculator and node module.

@@ -9,2 +11,3 @@

--harmony --harmony_array_includes
node7.6.0 no arguments.

@@ -58,3 +61,3 @@ ### Install

> node --harmony --harmony_array_includes sample.js
> node sample.js

@@ -109,2 +112,2 @@ ### browser(AMD)[view demo](http://hjiayz.github.io/fraction-math-js/example/amd.html)

</script>
</script>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display