Socket
Socket
Sign inDemoInstall

@aomex/core

Package Overview
Dependencies
Maintainers
0
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aomex/core - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [1.7.0](https://github.com/aomex/aomex/compare/v1.6.0...v1.7.0) (2024-07-13)
**Note:** Version bump only for package @aomex/core
# [1.6.0](https://github.com/aomex/aomex/compare/v1.5.1...v1.6.0) (2024-07-05)

@@ -8,0 +16,0 @@

4

dist/index.d.ts

@@ -255,3 +255,3 @@ import { OpenAPIV3 } from 'openapi-types';

fail: (message: string) => magistrate.Fail;
noError: <T_1>(result: magistrate.Result<T_1>) => result is magistrate.Ok<T_1>;
noError: <T>(result: magistrate.Result<T>) => result is magistrate.Ok<T>;
};

@@ -981,3 +981,3 @@

declare const validate: <T extends ValidatorToken>(untrusted: any, validators: T, options?: {
errorFormatter?: (errors: magistrate.Fail['errors']) => string | Promise<string>;
errorFormatter?: (errors: magistrate.Fail["errors"]) => string | Promise<string>;
}) => Promise<Validator.Infer<T>>;

@@ -984,0 +984,0 @@

{
"name": "@aomex/core",
"version": "1.6.0",
"version": "1.7.0",
"description": "aomex核心库",

@@ -38,5 +38,5 @@ "type": "module",

"openapi-types": "^12.1.3",
"@aomex/internal-tools": "^1.6.0"
"@aomex/internal-tools": "^1.7.0"
},
"scripts": {}
}
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