Socket
Socket
Sign inDemoInstall

js-laravel-validation

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-laravel-validation - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

index.js

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

var api = require('./dist/api.bundle');
var api = require('./dist/api.bundle').validation;

@@ -7,3 +7,2 @@ exports.setMessageHandlers = api.setMessageHandlers;

exports.getMessageHandler = api.getMessageHandler;
exports.validateForm = api.validateForm;
exports.api = api;
exports.validateForm = api.validateForm;

2

package.json
{
"name": "js-laravel-validation",
"version": "1.0.0",
"version": "1.0.1",
"description": "Laravel style form validation for JavaScript",

@@ -5,0 +5,0 @@ "main": "index.js",

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

var validation = require('./dist/api.bundle.js');
var validation = require('./index.js');

@@ -3,0 +3,0 @@ console.log('from test.js1', validation);

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