Socket
Socket
Sign inDemoInstall

auri

Package Overview
Dependencies
51
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.3 to 0.9.4

8

CHANGELOG.md
# auri
## 0.9.4
### Patch changes
- Fix Git checkout
## 0.9.3

@@ -7,3 +13,3 @@

- Fix checkout
- Fix Git checkout

@@ -10,0 +16,0 @@ ## 0.9.2

2

dist/scripts/prepare.js

@@ -389,3 +389,3 @@ import fs from "fs/promises";

execute("git push -f -u origin HEAD");
execute(`git checkout -b ${branch}`);
execute(`git checkout ${branch}`);
}
{
"name": "auri",
"version": "0.9.3",
"version": "0.9.4",
"description": "Organize package changes and releases",

@@ -5,0 +5,0 @@ "main": "/dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc