Socket
Socket
Sign inDemoInstall

validation.ts

Package Overview
Dependencies
1
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.24 to 0.0.25

2

commonjs/validation.js

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

.replace(lowerThenUpper, '$1_$2')
.toLocaleLowerCase();
.toLowerCase();
};

@@ -82,0 +82,0 @@ function is(value, validator) {

@@ -73,3 +73,3 @@ var __extends = (this && this.__extends) || (function () {

.replace(lowerThenUpper, '$1_$2')
.toLocaleLowerCase();
.toLowerCase();
};

@@ -76,0 +76,0 @@ export function is(value, validator) {

{
"name": "validation.ts",
"version": "0.0.24",
"version": "0.0.25",
"description": "Validation for TypeScript",

@@ -16,2 +16,3 @@ "license": "MIT",

"chalk": "1.1.1",
"cross-env": "5.2.0",
"expect": "1.8.0",

@@ -27,3 +28,4 @@ "mocha": "2.2.5",

"pretest": "npm run build && tsc test/mocha.d.ts test/global.d.ts test/expect.d.ts test/test.ts --strict",
"test": "mocha --recursive && node test/testCompilationErrors.js"
"test": "mocha --recursive && node test/testCompilationErrors.js",
"locale-test": "cross-env LANG=tr_TR npm run test"
},

@@ -30,0 +32,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc