Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wmfs/j2119

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmfs/j2119 - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

2

lib/j2119/node_validator.js

@@ -13,3 +13,3 @@ class NodeValidator {

validateNode (node, path, roles, problems) {
if (typeof node !== 'object') return
if ((node === null) || (typeof node !== 'object')) return

@@ -16,0 +16,0 @@ // may have more roles based on field presence/value etc

{
"name": "@wmfs/j2119",
"version": "1.5.0",
"version": "1.5.1",
"description": "A general-purpose validator generator that uses RFC2119-style assertions as input.",

@@ -5,0 +5,0 @@ "author": "West Midlands Fire Service",

Sorry, the diff of this file is not supported yet

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