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.3.0 to 1.3.1

2

dist/entities/repo.js

@@ -59,3 +59,3 @@ "use strict";

{ value: this.repo_name, dataType: "repo_name" },
{ value: this.repo_identifier, dataType: "repo_identifer" },
{ value: this.repo_identifier, dataType: "repo_identifier" },
{ value: this.owner_id, dataType: "owner_id" },

@@ -62,0 +62,0 @@ { value: this.git_branch, dataType: "git_branch" },

{
"name": "swdc-tracker",
"version": "1.3.0",
"version": "1.3.1",
"description": "swdc event tracker",

@@ -5,0 +5,0 @@ "main": "dist",

@@ -34,3 +34,3 @@ import { hashValues } from "../utils/hash";

{ value: this.repo_name, dataType: "repo_name"},
{ value: this.repo_identifier, dataType: "repo_identifer"},
{ value: this.repo_identifier, dataType: "repo_identifier"},
{ value: this.owner_id, dataType: "owner_id" },

@@ -37,0 +37,0 @@ { value: this.git_branch, dataType: "git_branch" },

@@ -11,3 +11,3 @@ import { getPackageJson } from "../../src/utils/env_helper";

const versionParts = version.split(".");
expect(parseInt(versionParts[2], 10)).to.be.gt(0);
expect(parseInt(versionParts[2], 10)).to.be.gt(-1);
});

@@ -14,0 +14,0 @@ });

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