New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 10.0.0

25

package.json
{
"name": "repository-provider",
"version": "9.0.4",
"version": "10.0.0",
"publishConfig": {
"access": "public"
},
"main": "dist/provider.js",
"main": "src/provider.mjs",
"module": "src/provider.mjs",

@@ -23,7 +23,6 @@ "description": "abstract interface to git repository providers like github bitbucket",

"cover": "c8 --temp-directory build/coverage ava && c8 report -r lcov --temp-directory build/coverage",
"test": "ava",
"posttest": "npm run prepare && markdown-doctest",
"docs": "documentation readme src/provider.mjs --section=API",
"prepare": "rollup -c",
"lint": "documentation lint src/provider.mjs"
"lint": "documentation lint src/provider.mjs",
"posttest": "markdown-doctest",
"test": "ava"
},

@@ -35,13 +34,7 @@ "dependencies": {

"ava": "^1.0.1",
"c8": "^3.2.1",
"documentation": "^9.1.1",
"esm": "^3.0.84",
"markdown-doctest": "^0.9.1",
"rollup": "^1.0.0",
"rollup-plugin-cleanup": "^3.1.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-executable": "^1.3.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"semantic-release": "^15.13.2",
"c8": "^3.2.1",
"esm": "^3.0.84"
"semantic-release": "^15.13.2"
},

@@ -76,5 +69,5 @@ "engines": {

"repository": {
"url": "https://github.com/arlac77/npm-package-template.git"
"url": "https://github.com/arlac77/npm-package-template-esm-only.git"
}
}
}

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