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

laravel-precognition

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laravel-precognition - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

dist/client.d.ts

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

import { Client, RequestMethod } from './types';
import { Client, RequestMethod } from './types.js';
/**

@@ -3,0 +3,0 @@ * The precognitive HTTP client instance.

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

export { client, resolveUrl, resolveMethod } from './client';
export { createValidator, toSimpleValidationErrors, resolveName } from './validator';
export * from './types';
export { client, resolveUrl, resolveMethod } from './client.js';
export { createValidator, toSimpleValidationErrors, resolveName } from './validator.js';
export * from './types.js';

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

export { client, resolveUrl, resolveMethod } from './client';
export { createValidator, toSimpleValidationErrors, resolveName } from './validator';
export * from './types';
export { client, resolveUrl, resolveMethod } from './client.js';
export { createValidator, toSimpleValidationErrors, resolveName } from './validator.js';
export * from './types.js';

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

import { ValidationCallback, NamedInputEvent, SimpleValidationErrors, ValidationErrors, Validator as TValidator } from './types';
import { ValidationCallback, NamedInputEvent, SimpleValidationErrors, ValidationErrors, Validator as TValidator } from './types.js';
export declare const createValidator: (callback: ValidationCallback, initialData?: Record<string, unknown>) => TValidator;

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

@@ -5,3 +5,3 @@ import debounce from 'lodash.debounce';

import set from 'lodash.set';
import { client, isFile } from './client';
import { client, isFile } from './client.js';
import { isAxiosError } from 'axios';

@@ -8,0 +8,0 @@ import omit from 'lodash.omit';

{
"name": "laravel-precognition",
"version": "0.4.0",
"version": "0.4.1",
"description": "Laravel Precognition.",

@@ -5,0 +5,0 @@ "keywords": [

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