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 8.3.0 to 8.3.1

26

dist/provider.js

@@ -649,2 +649,6 @@ 'use strict';

}
toJSON() {
return Object.assign({ name: this.name }, super.toJSON());
}
}

@@ -1320,3 +1324,3 @@ );

/**
* Abstract repository as a collection
* Abstract repository collection
* @param {Provider} provider

@@ -1351,10 +1355,6 @@ * @param {string} name of the group

definePropertiesFromOptions(
this,
options,
{
name: { value: name },
provider: { value: provider }
}
);
definePropertiesFromOptions(this, options, {
name: { value: name },
provider: { value: provider }
});
}

@@ -1393,2 +1393,10 @@

}
toString() {
return this.name;
}
toJSON() {
return Object.assign({ name: this.name }, super.toJSON());
}
}

@@ -1395,0 +1403,0 @@

{
"name": "repository-provider",
"version": "8.3.0",
"version": "8.3.1",
"publishConfig": {

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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