swdc-tracker
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -20,3 +20,3 @@ export interface RepoInterface { | ||
repo_identifier: any; | ||
reop_name: any; | ||
repo_name: any; | ||
owner_id: any; | ||
@@ -23,0 +23,0 @@ git_branch: any; |
@@ -76,3 +76,3 @@ "use strict"; | ||
repo_identifier: hashedIdentifier, | ||
reop_name: hashedName, | ||
repo_name: hashedName, | ||
owner_id: hashedOwnerId, | ||
@@ -79,0 +79,0 @@ git_branch: hashedGitBranch, |
@@ -50,3 +50,3 @@ /** | ||
repo_identifier: any; | ||
reop_name: any; | ||
repo_name: any; | ||
owner_id: any; | ||
@@ -53,0 +53,0 @@ git_branch: any; |
{ | ||
"name": "swdc-tracker", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "swdc event tracker", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
@@ -43,3 +43,3 @@ import { hashValue } from "../utils/hash"; | ||
repo_identifier: hashedIdentifier, | ||
reop_name: hashedName, | ||
repo_name: hashedName, | ||
owner_id: hashedOwnerId, | ||
@@ -51,2 +51,2 @@ git_branch: hashedGitBranch, | ||
} | ||
} | ||
} |
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
97776
2028
0