Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

swdc-tracker

Package Overview
Dependencies
Maintainers
5
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swdc-tracker - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

2

dist/entities/repo.d.ts

@@ -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,

}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc