@endpass/utils
Advanced tools
Comparing version 1.9.2 to 1.10.0
@@ -13,2 +13,4 @@ 'use strict'; | ||
module.exports.strings = require('./strings'); | ||
module.exports.serviceWorkers = require('./serviceWorkers'); // module.exports.build = require('./build'); // noo need in client, only for build | ||
module.exports.serviceWorkers = require('./serviceWorkers'); | ||
module.exports.metrics = require('./metrics'); // not need in client, only for build | ||
// module.exports.build = require('./build'); |
{ | ||
"name": "@endpass/utils", | ||
"version": "1.9.2", | ||
"version": "1.10.0", | ||
"description": "Utils and helper functions", | ||
@@ -47,2 +47,3 @@ "author": "Endpass, Inc", | ||
"export-files": "^2.1.1", | ||
"fingerprintjs2": "^2.1.0", | ||
"keythereum": "^1.0.4", | ||
@@ -59,2 +60,3 @@ "lodash": "^4.17.15", | ||
"@endpass/eslint-plugin-endpass": "^0.2.9", | ||
"@types/fingerprintjs2": "^2.0.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
@@ -61,0 +63,0 @@ "babel-eslint": "^10.0.3", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44826
67
1278
11
20
+ Addedfingerprintjs2@^2.1.0
+ Addedfingerprintjs2@2.1.4(transitive)