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

@mmit/validate

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

@mmit/validate - npm Package Compare versions

Comparing version 0.2.12 to 0.2.13

lib/index.d.ts

4

package.json
{
"name": "@mmit/validate",
"author": "Mike Mitterer",
"version": "0.2.12",
"version": "0.2.13",
"description": "Object validation for/in TS",

@@ -17,3 +17,3 @@ "keywords": [

"scripts": {
"gen:barrels": "barrelsby --delete -d src/main/ -l below",
"gen:barrels": "barrelsby --delete -d src/main/ -l all",
"start": "NODE_ENV=development webpack-dev-server --config webpack.web.js --mode development --open",

@@ -20,0 +20,0 @@ "build": "rm -rf lib && yarn run build:ts",

// import { loggerFactory } from '../../main/config/ConfigLog4j';
import 'jest-extended';
import { ArgumentError } from '../../../main/exception';
import { ArgumentError } from '../../../main';
import * as error from '../../../main/validate/messages';

@@ -5,0 +5,0 @@ import * as validate from '../../../main/validate/validate';

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