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

repository-provider

Package Overview
Dependencies
Maintainers
1
Versions
662
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

repository-provider - npm Package Compare versions

Comparing version 5.7.4 to 5.7.5

9

dist/provider.js

@@ -213,2 +213,5 @@ 'use strict';

}
toString() {
return this.fullCondensedName;
}
});

@@ -339,2 +342,5 @@

}
toString() {
return this.name;
}
});

@@ -669,2 +675,5 @@

}
toString() {
return this.name;
}
}

@@ -671,0 +680,0 @@

2

package.json
{
"name": "repository-provider",
"version": "5.7.4",
"version": "5.7.5",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

@@ -203,3 +203,7 @@ import { notImplementedError } from "./util";

}
toString() {
return this.fullCondensedName;
}
}
);

@@ -178,2 +178,6 @@ import { Branch } from "./branch";

}
toString() {
return this.name;
}
}

@@ -315,3 +315,7 @@ import { notImplementedError } from "./util";

}
toString() {
return this.name;
}
}
);
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