Socket
Socket
Sign inDemoInstall

@spinajs/validation

Package Overview
Dependencies
Maintainers
1
Versions
267
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/validation - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

9

lib/index.d.ts

@@ -0,3 +1,12 @@

/**
* We export default configuration for webpack modules
* Normally we load configuration from disk via filesystem
* But webpack is bundlig all files into one.
*
* When we export, we can see configuration variable
* in webpack module cache and webpack config loader can see it
*/
export * from "./config/validation";
export * from "./decorators";
export * from "./exceptions";
export * from "./validator";

@@ -13,2 +13,11 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
/**
* We export default configuration for webpack modules
* Normally we load configuration from disk via filesystem
* But webpack is bundlig all files into one.
*
* When we export, we can see configuration variable
* in webpack module cache and webpack config loader can see it
*/
__exportStar(require("./config/validation"), exports);
__exportStar(require("./decorators"), exports);

@@ -15,0 +24,0 @@ __exportStar(require("./exceptions"), exports);

6

package.json
{
"name": "@spinajs/validation",
"version": "1.1.5",
"version": "1.1.6",
"description": "validation library for spinajs framework",

@@ -39,6 +39,6 @@ "main": "lib/index.js",

"dependencies": {
"@spinajs/configuration": "^1.1.6",
"@spinajs/configuration": "^1.1.7",
"@spinajs/di": "^1.1.7",
"@spinajs/exceptions": "^1.0.5",
"@spinajs/log": "^1.1.5",
"@spinajs/log": "^1.1.6",
"ajv": "^8.8.2",

@@ -45,0 +45,0 @@ "ajv-formats": "^2.1.1",

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