Socket
Socket
Sign inDemoInstall

auri

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auri - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

12

CHANGELOG.md

@@ -1,3 +0,9 @@

# `auri`
# auri
## 0.9.2
### Patch changes
- Fix changelog format ([#77](https://github.com/pilcrowOnPaper/auri/pull/77))
## 0.9.1

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

- Fix GitHub release ([#75](https://github.com/pilcrowOnPaper/auri/pull/75))
- Fix GitHub releases

@@ -23,4 +29,2 @@ ## 0.9.0

# auri
## 0.8.0

@@ -27,0 +31,0 @@

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

}
const changelogTitle = `# \`${packageMeta.name}\`\n`;
const changelogTitle = `# ${packageMeta.name}\n`;
const changelog = changelogTitle + changelogBody;

@@ -87,3 +87,3 @@ await fs.writeFile("CHANGELOG.md", changelog);

const changelogExists = await fileExists("CHANGELOG.md");
const changelogTitle = `# \`${packageMeta.name}\`\n`;
const changelogTitle = `# ${packageMeta.name}\n`;
if (!changelogExists) {

@@ -192,3 +192,3 @@ await fs.writeFile("CHANGELOG.md", changelogTitle);

const changelogExists = await fileExists("CHANGELOG.md");
const changelogTitle = `# \`${packageMeta.name}\`\n`;
const changelogTitle = `# ${packageMeta.name}\n`;
if (!changelogExists) {

@@ -286,3 +286,3 @@ await fs.writeFile("CHANGELOG.md", changelogTitle);

}
const changelogTitle = `# \`${packageMeta.name}\`\n`;
const changelogTitle = `# ${packageMeta.name}\n`;
changelog = changelogTitle + changelogBody;

@@ -293,3 +293,3 @@ await fs.writeFile("CHANGELOG.md", changelog);

const changelogExists = await fileExists("CHANGELOG.md");
const changelogTitle = `# \`${packageMeta.name}\`\n`;
const changelogTitle = `# ${packageMeta.name}\n`;
if (!changelogExists) {

@@ -296,0 +296,0 @@ await fs.writeFile("CHANGELOG.md", changelogTitle);

{
"name": "auri",
"version": "0.9.1",
"version": "0.9.2",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc