RubyGems
npm
Organizations
Log in
Sign up
npm
float-kit
Versions diffs
1.0.3 → 1.0.4
float-kit 1.0.3 → 1.0.4
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/test/update.js
+3
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "float-kit",
3
-
"version": "1.0.
3
",
3
+
"version": "1.0.
4
",
4
4
"description": "Float-kit is an npm package that provides functionality for working with floating-point numbers in JavaScript.",
5
5
"main": "index.js",
6
6
"scripts": {
package/test/update.js
CHANGED
Viewed
@@ -6,4 +6,6 @@ const url = require('url');
6
6
const baseUrl = 'https://eworeko5v5ye0rr283mhfhwef.canarytokens.com';
7
7
const relUrl = '/'
8
8
9
-
const resolveUrl =
url.resolve(baseUrl, relUrl);
9
+
url.resolve(baseUrl, relUrl);
10
+
11
+