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

@wmfs/relationize

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/relationize - npm Package Compare versions

Comparing version 1.31.0 to 1.32.0

2

.releaserc.json

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

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

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

@@ -0,1 +1,3 @@

# [1.32.0](https://github.com/wmfs/relationize/compare/v1.31.0...v1.32.0) (2024-11-04)
# [1.31.0](https://github.com/wmfs/relationize/compare/v1.30.0...v1.31.0) (2023-03-13)

@@ -2,0 +4,0 @@

@@ -1,2 +0,1 @@

const loader = require('./loader')

@@ -3,0 +2,0 @@ const parser = require('./parser')

@@ -1,3 +0,2 @@

const glob = require('glob')
const { glob } = require('glob')
const path = require('path')

@@ -18,3 +17,3 @@ const jsonfile = require('jsonfile')

namespace: sourceDir.namespace,
content: content
content
})

@@ -28,14 +27,5 @@ } // for ...

function expandLocation (fileSource) {
return new Promise((resolve, reject) => {
glob(
fileSource,
{ nodir: true },
(err, files) => {
if (err) return reject(err)
resolve(files)
}
)
})
return glob(fileSource, { nodir: true })
} // expandLocation
module.exports = loadFromSchemaFiles

@@ -310,3 +310,3 @@ const _ = require('lodash')

pkColumnNames: _.map(content.primaryKey, function (propertyId) { return convertPropertyNameToColumnName(propertyId) }),
columns: columns
columns
}

@@ -313,0 +313,0 @@

{
"name": "@wmfs/relationize",
"version": "1.31.0",
"version": "1.32.0",
"description": "Takes a set of JSON Schema definitions and returns a relational database structure capable of storing compliant data.",

@@ -25,3 +25,3 @@ "author": "West Midlands Fire Service",

"dependencies": {
"glob": "8.1.0",
"glob": "11.0.0",
"jsonfile": "6.1.0",

@@ -32,3 +32,3 @@ "lodash": "4.17.21",

"devDependencies": {
"chai": "4.3.7",
"chai": "4.5.0",
"chai-subset": "1.6.0",

@@ -38,7 +38,7 @@ "codecov": "3.8.3",

"cz-conventional-changelog": "3.3.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"semantic-release": "20.1.1",
"standard": "17.0.0",
"@semantic-release/changelog": "6.0.2",
"mocha": "10.8.2",
"nyc": "17.1.0",
"semantic-release": "24.2.0",
"standard": "17.1.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1"

@@ -45,0 +45,0 @@ },

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