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 9.0.0 to 9.0.1

9

dist/provider.js

@@ -680,2 +680,11 @@ 'use strict';

}
async equals(other) {
return (
other !== undefined &&
this.name === other.name &&
this.isCollection === other.isCollection &&
this.isBlob === other.isBlob
);
}
}

@@ -682,0 +691,0 @@

4

package.json
{
"name": "repository-provider",
"version": "9.0.0",
"version": "9.0.1",
"publishConfig": {

@@ -32,3 +32,3 @@ "access": "public"

"dependencies": {
"content-entry": "^1.4.2",
"content-entry": "^1.7.0",
"loglevel-mixin": "^2.0.5",

@@ -35,0 +35,0 @@ "to-readable-stream": "^1.0.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