Socket
Socket
Sign inDemoInstall

@aomex/web

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aomex/web - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

9

CHANGELOG.md
# @aomex/web
## 0.0.17
### Patch Changes
- [`216aa79`](https://github.com/aomex/aomex/commit/216aa798bcd2d0856f5fe4028235aa54d4b10922) Thanks [@geekact](https://github.com/geekact)! - refactor(validator): replace docs modifier to protected and redeclare public in each child validator
- Updated dependencies []:
- @aomex/core@0.0.16
## 0.0.16

@@ -4,0 +13,0 @@

1

dist/index.d.ts

@@ -284,2 +284,3 @@ import { Chain, PureChain, PureMiddlewareToken, Next, Middleware, OpenAPI, Validator, TransformedValidator, magistrate } from '@aomex/core';

protected config: FileValidator.Options<T>;
docs: (docs: Validator.PartialOpenAPISchema) => this;
optional: () => FileValidator<T | Validator.TOptional>;

@@ -286,0 +287,0 @@ transform: <T1>(fn: Validator.TransformFn<T, T1>) => TransformedValidator<T1>;

6

package.json
{
"name": "@aomex/web",
"version": "0.0.16",
"version": "0.0.17",
"description": "",

@@ -29,3 +29,3 @@ "type": "module",

"peerDependencies": {
"@aomex/core": "^0.0.15"
"@aomex/core": "^0.0.16"
},

@@ -60,3 +60,3 @@ "dependencies": {

"devDependencies": {
"@aomex/core": "^0.0.15",
"@aomex/core": "^0.0.16",
"@types/co-body": "^6.1.0",

@@ -63,0 +63,0 @@ "@types/content-type": "^1.1.5",

Sorry, the diff of this file is not supported yet

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