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
1
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.0.0 to 1.0.1

25

package.json
{
"name": "@wmfs/relationize",
"version": "1.0.0",
"version": "1.0.1",
"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": {
"async": "2.6.0",
"async": "2.6.1",
"boom": "7.2.0",

@@ -37,3 +37,3 @@ "debug": "3.1.0",

"chai-subset": "1.6.0",
"codecov": "3.0.2",
"codecov": "3.0.3",
"cz-conventional-changelog": "2.1.0",

@@ -53,3 +53,3 @@ "mocha": "5.2.0",

"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
"path": "cz-conventional-changelog"
}

@@ -59,3 +59,20 @@ },

"access": "public"
},
"release": {
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
{
"type": "build",
"scope": "deps",
"release": "minor"
},
{
"type": "build",
"scope": "deps-dev",
"release": "patch"
}
]
}
}
}

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