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

input-filter

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

input-filter - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

test/InputFilter.js

2

package.json
{
"name": "input-filter",
"version": "0.0.7",
"version": "0.0.8",
"description": "InputFilter js implementation",

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

@@ -14,3 +14,3 @@

init() {
}

@@ -50,3 +50,3 @@

let input = this.inputs[name]
input.setValue(this.data[name])
input.setValue(this.rawData[name])
this.data[name] = input.getValue()

@@ -53,0 +53,0 @@ let promise = input.isValid(this.data)

@@ -9,1 +9,4 @@ import './filter/Boolean.js'

import './validator/StringLength.js'
import './ValidatorChain.js'
import './InputFilter.js'
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