Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "fracty", | ||
"version": "1.0.8", | ||
"description": "Fracty is a decimal-to-fraction conversion module that solves the many well known problems with decimal-to-fraction conversion modules. Those common problems include overlooking conversion inaccuracies in the IEEE Standard for Floating-Point Arithmetic (IEEE 754), mishandling numbers with trailing repeat patterns, and incorrect or partial pattern recognition. Fracty simply takes one argument, a number without any rounding and, in keeping with the most standard numbering conventions of monetary divisibility, etc., imagines that any trailing repeating patterns beyond two decimal places continue infinitely, and returns that input as a string of the fully reduced fraction equivalent.", | ||
"main": "fracty.js", | ||
"scripts": { | ||
"test": "node fracty.test.js", | ||
"prepublish": "npm test" | ||
}, | ||
"keywords": [ | ||
"fraction", | ||
"decimal", | ||
"conversion", | ||
"fractional", | ||
"floating-point", | ||
"IEEE 754" | ||
], | ||
"author": "David H.", | ||
"license": "MIT" | ||
"name": "fracty", | ||
"version": "1.0.9", | ||
"description": "Fracty is a decimal-to-fraction conversion module that solves the many well known problems with decimal-to-fraction conversion modules. Those common problems include overlooking conversion inaccuracies in the IEEE Standard for Floating-Point Arithmetic (IEEE 754), mishandling numbers with trailing repeat patterns, and incorrect or partial pattern recognition. Fracty simply takes one argument, a number without any rounding and, in keeping with the most standard numbering conventions of monetary divisibility, etc., imagines that any trailing repeating patterns beyond two decimal places continue infinitely, and returns that input as a string of the fully reduced fraction equivalent.", | ||
"main": "fracty.js", | ||
"scripts": { | ||
"test": "node fracty.test.js", | ||
"prepublish": "npm test" | ||
}, | ||
"keywords": [ | ||
"fraction", | ||
"decimal", | ||
"conversion", | ||
"fractional", | ||
"floating-point", | ||
"IEEE 754" | ||
], | ||
"author": "David H.", | ||
"license": "MIT" | ||
} |
@@ -61,3 +61,3 @@ # Fracty | ||
Copyright (c) 2018 David H. <allhits@gmail.com> | ||
Copyright (c) 2018 David H. <email6@gmail.com> | ||
@@ -64,0 +64,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
18963
1