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.7.2 to 0.7.3

8

CHANGELOG.md
# auri
## 0.7.3
### Patch changes
- [#62](https://github.com/pilcrowOnPaper/auri/pull/62) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Fix `auri.format` not getting called
## 0.7.2

@@ -193,2 +199,2 @@

- By @pilcrowOnPaper : publish!
- By @pilcrowOnPaper : publish!

6

dist/shared/format.js
import { pnpm } from "../utils/execute.js";
import { AURI_DEPLOY_SCRIPT } from "./constant.js";
import { AURI_FORMAT_SCRIPT } from "./constant.js";
import { getProjectPackageConfig } from "./project.js";
export const formatRepository = () => {
const projectPackageConfig = getProjectPackageConfig();
const formatScriptDefined = AURI_DEPLOY_SCRIPT in (projectPackageConfig.scripts ?? {});
const formatScriptDefined = AURI_FORMAT_SCRIPT in (projectPackageConfig.scripts ?? {});
if (!formatScriptDefined)
return;
pnpm(AURI_DEPLOY_SCRIPT);
pnpm(AURI_FORMAT_SCRIPT);
};
{
"name": "auri",
"version": "0.7.2",
"version": "0.7.3",
"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