@endpass/utils
Advanced tools
Comparing version 1.5.0 to 1.6.1
10
index.js
'use strict'; | ||
// Test utilities | ||
var e2e = require('./test/e2e'); | ||
module.exports.test = { | ||
e2e: e2e | ||
}; // Plain utilities | ||
module.exports.arrays = require('./arrays'); | ||
@@ -11,2 +18,3 @@ module.exports.asyncCheckProperty = require('./asyncCheckProperty'); | ||
module.exports.objects = require('./objects'); | ||
module.exports.strings = require('./strings'); // module.exports.build = require('./build'); // noo need in client, only for build | ||
module.exports.strings = require('./strings'); | ||
module.exports.serviceWorkers = require('./serviceWorkers'); // module.exports.build = require('./build'); // noo need in client, only for build |
{ | ||
"name": "@endpass/utils", | ||
"version": "1.5.0", | ||
"version": "1.6.1", | ||
"description": "Utils and helper functions", | ||
@@ -65,3 +65,3 @@ "author": "Endpass, Inc", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"find": "^0.3.0", | ||
"fast-glob": "^2.2.7", | ||
"husky": "^1.3.1", | ||
@@ -72,6 +72,6 @@ "jest": "^24.5.0", | ||
"rimraf": "^2.6.3", | ||
"rollup": "^1.7.3", | ||
"rollup": "^1.14.3", | ||
"rollup-plugin-alias": "^1.5.1", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-copy": "^0.2.3" | ||
"rollup-plugin-copy": "^2.0.1" | ||
}, | ||
@@ -78,0 +78,0 @@ "publishConfig": { |
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
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
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
31
895
32541
2