New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

indicative-compiler

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

indicative-compiler - npm Package Compare versions

Comparing version 7.2.1 to 7.2.2

6

build/src/Validator/Compiler.d.ts

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

import { Schema, Messages, TypedSchema, ParsedTypedSchema } from 'indicative-parser';
import { Schema, Messages, TypedSchema, ParsedSchema, ParsedMessages, ParsedTypedSchema } from 'indicative-parser';
import { ArrayWrapper } from './ArrayWrapper';

@@ -7,4 +7,4 @@ import { ValidationDefinition } from '../Contracts';

private validations;
private parsedSchema;
private parsedMessages;
parsedSchema: ParsedSchema;
parsedMessages: ParsedMessages;
constructor(schema: Schema | ParsedTypedSchema<TypedSchema>, messages: Messages, validations: {

@@ -11,0 +11,0 @@ [key: string]: ValidationDefinition;

{
"name": "indicative-compiler",
"version": "7.2.1",
"version": "7.2.2",
"description": "Indicative compiler to compile parsed schema into highly optimized functions",

@@ -40,3 +40,3 @@ "main": "build/index.js",

"@adonisjs/mrm-preset": "^2.2.2",
"@types/node": "^12.12.14",
"@types/node": "^12.12.16",
"clone-deep": "^4.0.1",

@@ -43,0 +43,0 @@ "commitizen": "^4.0.3",

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