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

form-backend-validation

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

form-backend-validation - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

3

CHANGELOG.md

@@ -5,2 +5,5 @@ # Changelog

## 2.3.2 - 2018-03-02
- Fixed: Build script
## 2.3.1 - 2018-02-05

@@ -7,0 +10,0 @@ - Fixed: Multi file uploads

4

package.json
{
"name": "form-backend-validation",
"version": "2.3.1",
"version": "2.3.2",
"description": "An easy way to validate forms using back end logic",

@@ -8,3 +8,3 @@ "main": "dist/index.js",

"scripts": {
"build": "babel src -d dist",
"build": "rm -r dist/**/* && babel src -d dist",
"test": "jest",

@@ -11,0 +11,0 @@ "prepublish": "npm run test; npm run build",

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