Comparing version 1.10.0 to 1.10.1
@@ -175,3 +175,4 @@ #!/usr/bin/env node | ||
if (row.value.archive && !argv.archive) return; | ||
if (argv.type && row.value.type !== argv.type) return; | ||
if (argv.type && !isRegExp(argv.type) && row.value.type !== argv.type) return; | ||
if (argv.type && isRegExp(argv.type) && !testRegExp(argv.type, row.value.type)) return; | ||
@@ -178,0 +179,0 @@ var start = new Date(row.key.split('!')[1]); |
{ | ||
"name": "clocker", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"description": "track project hours", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
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
20550
423
0