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

aegir

Package Overview
Dependencies
Maintainers
8
Versions
385
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aegir - npm Package Compare versions

Comparing version 45.0.2 to 45.0.3

28

package.json
{
"name": "aegir",
"version": "45.0.2",
"version": "45.0.3",
"description": "JavaScript project management",

@@ -14,2 +14,6 @@ "license": "Apache-2.0 OR MIT",

},
"publishConfig": {
"access": "public",
"provenance": true
},
"keywords": [

@@ -109,2 +113,3 @@ "build",

"parserOptions": {
"project": true,
"sourceType": "module"

@@ -115,3 +120,3 @@ }

"branches": [
"master"
"main"
],

@@ -141,7 +146,7 @@ "plugins": [

{
"type": "chore",
"type": "docs",
"release": "patch"
},
{
"type": "docs",
"type": "test",
"release": "patch"

@@ -154,6 +159,2 @@ },

{
"type": "test",
"release": "patch"
},
{
"scope": "no-release",

@@ -184,10 +185,2 @@ "release": false

{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"section": "Trivial Changes"
},
{
"type": "docs",

@@ -348,6 +341,3 @@ "section": "Documentation"

"./utils/resolve.js": "./utils/resolve.browser.js"
},
"overrides": {
"playwright-core": "1.48.0"
}
}

@@ -0,9 +1,11 @@

# aegir
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
[![codecov](https://img.shields.io/codecov/c/github/ipfs/aegir.svg?style=flat-square)](https://codecov.io/gh/ipfs/aegir)
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/aegir/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/aegir/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/aegir/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/aegir/actions/workflows/js-test-and-release.yml?query=branch%3Amain)
> JavaScript project management
## Install
# Install

@@ -14,10 +16,2 @@ ```console

### Browser `<script>` tag
Loading this module through a script tag will make its exports available as `Aegir` in the global namespace.
```html
<script src="https://unpkg.com/aegir/dist/index.min.js"></script>
```
## Project Structure

@@ -140,7 +134,7 @@

You can find the complete default config [here](https://github.com/ipfs/aegir/blob/master/src/config/user.js#L12) and the types [here](https://github.com/ipfs/aegir/blob/master/src/types.d.ts).
You can find the complete default config [here](https://github.com/ipfs/aegir/blob/main/src/config/user.js#L12) and the types [here](https://github.com/ipfs/aegir/blob/main/src/types.d.ts).
## Continuous Integration
Check this template for Github Actions <https://github.com/ipfs/aegir/blob/master/md/github-actions.md>
Check this template for Github Actions <https://github.com/ipfs/aegir/blob/main/md/github-actions.md>

@@ -168,3 +162,3 @@ ## Testing helpers

9. Create a git tag
10. Run `git push` to `origin/master`
10. Run `git push` to `origin/main`
11. Publish a release to Github releases

@@ -178,14 +172,14 @@ 12. Generate documentation and push to Github Pages

## API Docs
# API Docs
- <https://ipfs.github.io/aegir>
## License
# License
Licensed under either of
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
- Apache 2.0, ([LICENSE-APACHE](https://github.com/ipfs/aegir/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT ([LICENSE-MIT](https://github.com/ipfs/aegir/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
## Contribute
# Contribute

@@ -192,0 +186,0 @@ Contributions welcome! Please check out [the issues](https://github.com/ipfs/aegir/issues).

@@ -62,3 +62,3 @@ /* eslint-disable no-console,complexity */

.catch(() => {
return 'master'
return 'main'
})

@@ -65,0 +65,0 @@ const repoUrl = await execa('git', ['remote', 'get-url', 'origin'], {

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