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

@wmfs/j2119

Package Overview
Dependencies
Maintainers
0
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.25.0 to 1.25.1

2

.releaserc.json

@@ -15,3 +15,3 @@ {

"generateNotes": {
"preset": "metahub"
"preset": "angular"
},

@@ -18,0 +18,0 @@ "prepare": [

@@ -0,1 +1,8 @@

## [1.25.1](https://github.com/wmfs/j2119/compare/v1.25.0...v1.25.1) (2024-09-16)
### Bug Fixes
* Check for grandchild roles before recursing into grandchildren. ([#331](https://github.com/wmfs/j2119/issues/331)) ([8611ec3](https://github.com/wmfs/j2119/commit/8611ec381ecce15caec219d9413956871766bf9b))
# [1.25.0](https://github.com/wmfs/j2119/compare/v1.24.0...v1.25.0) (2023-03-13)

@@ -2,0 +9,0 @@

@@ -45,4 +45,4 @@ // Tried use jsonpath to do this, but it couldn't distinguish between

module.exports = {
isPath: isPath,
isReferencePath: isReferencePath
isPath,
isReferencePath
}

@@ -67,2 +67,3 @@ class NodeValidator {

const grandchildRoles = this.parser.findGrandchildRoles(roles, name)
if (!grandchildRoles.length) return
if (this.parser.allowsAnyField(grandchildRoles)) return

@@ -69,0 +70,0 @@

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

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

"devDependencies": {
"@semantic-release/changelog": "6.0.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"chai": "4.3.7",
"chai": "4.5.0",
"codecov": "3.8.3",

@@ -34,6 +34,6 @@ "conventional-changelog-metahub": "4.0.1",

"dirty-chai": "2.0.1",
"mocha": "10.2.0",
"nyc": "15.1.0",
"semantic-release": "20.1.1",
"standard": "17.0.0"
"mocha": "10.7.3",
"nyc": "17.0.0",
"semantic-release": "24.1.1",
"standard": "17.1.2"
},

@@ -40,0 +40,0 @@ "scripts": {

@@ -111,3 +111,3 @@ # j2119

## <a name="license"></a>License
Licensed under the terms of the [MIT license](https://github.com/wmfs/j2112/blob/master/LICENSE). Copyright (c) 2018 West Midlands Fire Service
Licensed under the terms of the [MIT license](https://github.com/wmfs/j2112/blob/master/LICENSE). Copyright (c) 2018, 2024 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