Socket
Socket
Sign inDemoInstall

@unifig/core

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unifig/core - npm Package Compare versions

Comparing version 1.0.3-dev.4 to 1.0.3-dev.5

dist/validator/errors/presenters/index.d.ts

1

dist/validator/errors/index.d.ts

@@ -0,1 +1,2 @@

export * from './presenters';
export * from './failed-constraint';

@@ -2,0 +3,0 @@ export * from './property.validation.error';

@@ -17,2 +17,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./presenters"), exports);
__exportStar(require("./failed-constraint"), exports);

@@ -19,0 +20,0 @@ __exportStar(require("./property.validation.error"), exports);

12

package.json
{
"name": "@unifig/core",
"version": "1.0.3-dev.4+73ee760",
"version": "1.0.3-dev.5+b05d7af",
"description": "Universal, typed and validated configuration manager",

@@ -32,5 +32,5 @@ "keywords": [

"devDependencies": {
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"reflect-metadata": "^0.2.1"
"class-transformer": ">=0.5.1",
"class-validator": ">=0.13.2",
"reflect-metadata": ">=0.1.13"
},

@@ -40,5 +40,5 @@ "peerDependencies": {

"class-validator": ">=0.13.2",
"reflect-metadata": ">=0.2.1"
"reflect-metadata": ">=0.1.13"
},
"gitHead": "73ee76044c1613201c3e011464bdfe090c2ba8af"
"gitHead": "b05d7aff2463116a6eebcef355ab88c562d52d24"
}

@@ -301,3 +301,2 @@ <h1 align="center">Unifig</h1>

- [Validation presenter: table](https://github.com/Matii96/unifig/tree/main/packages/validation-presenter-table) - 2d table format
- [Validation presenter: JSON](https://github.com/Matii96/unifig/tree/main/packages/validation-presenter-json) - JSON string

@@ -304,0 +303,0 @@ ### Secrets

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