Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@devcycle/types

Package Overview
Dependencies
Maintainers
6
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devcycle/types - npm Package Compare versions

Comparing version 1.0.35 to 1.0.36

4

package.json
{
"name": "@devcycle/types",
"version": "1.0.35",
"version": "1.0.36",
"license": "MIT",

@@ -11,3 +11,3 @@ "type": "commonjs",

"class-transformer": "0.5.1",
"class-validator": "^0.13.1",
"@nestjs/class-validator": "^0.13.4",
"reflect-metadata": "^0.1.13",

@@ -14,0 +14,0 @@ "lodash": "^4.17.21",

@@ -13,3 +13,3 @@ "use strict";

exports.DVCPopulatedRequestEventDto = void 0;
var class_validator_1 = require("class-validator");
var class_validator_1 = require("@nestjs/class-validator");
require("reflect-metadata");

@@ -16,0 +16,0 @@ /**

@@ -29,3 +29,3 @@ "use strict";

var lodash_1 = require("lodash");
var class_validator_1 = require("class-validator");
var class_validator_1 = require("@nestjs/class-validator");
var class_transformer_1 = require("class-transformer");

@@ -32,0 +32,0 @@ require("reflect-metadata");

@@ -14,3 +14,3 @@ "use strict";

var clientSDKAPI_1 = require("./clientSDKAPI");
var class_validator_1 = require("class-validator");
var class_validator_1 = require("@nestjs/class-validator");
var class_transformer_1 = require("class-transformer");

@@ -17,0 +17,0 @@ /**

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

import { ValidationOptions } from 'class-validator';
import { ValidationOptions } from '@nestjs/class-validator';
export declare type DVCJSON = {

@@ -3,0 +3,0 @@ [key: string]: string | number | boolean;

@@ -5,3 +5,3 @@ "use strict";

var lodash_1 = require("lodash");
var class_validator_1 = require("class-validator");
var class_validator_1 = require("@nestjs/class-validator");
/**

@@ -8,0 +8,0 @@ * Validates that JSON Object is a valid JSON Object with only

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

import { ValidationOptions } from 'class-validator';
import { ValidationOptions } from '@nestjs/class-validator';
export declare const IS_ISO6391 = "isISO6391";

@@ -3,0 +3,0 @@ /**

@@ -7,3 +7,3 @@ "use strict";

exports.isISO6391Validator = exports.IsISO6391 = exports.isISO6391 = exports.IS_ISO6391 = void 0;
var class_validator_1 = require("class-validator");
var class_validator_1 = require("@nestjs/class-validator");
var iso_639_1_1 = __importDefault(require("iso-639-1"));

@@ -10,0 +10,0 @@ exports.IS_ISO6391 = 'isISO6391';

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

import { ValidationOptions } from 'class-validator';
import { ValidationOptions } from '@nestjs/class-validator';
/**

@@ -3,0 +3,0 @@ * Validates that string is not filled with spaces

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.validate = exports.IsNotBlank = void 0;
var class_validator_1 = require("class-validator");
var class_validator_1 = require("@nestjs/class-validator");
/**

@@ -6,0 +6,0 @@ * Validates that string is not filled with spaces

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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