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

commonform-predicate

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commonform-predicate - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

3

index.js

@@ -13,2 +13,3 @@ var has = function(key) {

exports.text = require('is-string')
exports.text = function(argument) {
return ( typeof argument === 'string' ) }
{
"name": "commonform-predicate",
"description": "distinguish Common Form content objects",
"version": "0.4.2",
"version": "0.4.3",
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (http://kemitchell.com)",
"dependencies": {
"is-string": "^1.0.4"
},
"devDependencies": {

@@ -10,0 +7,0 @@ "defence-cli": "~1.0.1",

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