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.1.0 to 1.2.0

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# [1.2.0](https://github.com/wmfs/relationize/compare/v1.1.0...v1.2.0) (2018-09-08)
### 🛠 Builds
* **deps:** update jsonfile requirement from 4.0.0 to 5.0.0 ([0e52ab2](https://github.com/wmfs/relationize/commit/0e52ab2))
* **deps-dev:** update codecov requirement from 3.0.4 to 3.1.0 ([1e3cbf8](https://github.com/wmfs/relationize/commit/1e3cbf8))
* **deps-dev:** update nyc requirement from 12.0.2 to 13.0.1 ([d78ff4e](https://github.com/wmfs/relationize/commit/d78ff4e))
* **deps-dev:** update semantic-release requirement ([55da9a8](https://github.com/wmfs/relationize/commit/55da9a8))
* **deps-dev:** update semantic-release requirement from 15.9.11 to 15.9.12 ([404973b](https://github.com/wmfs/relationize/commit/404973b))
* **dev-deps:** move to standard 12.0.1 ([56c5920](https://github.com/wmfs/relationize/commit/56c5920))
# [1.1.0](https://github.com/wmfs/relationize/compare/v1.0.1...v1.1.0) (2018-08-27)

@@ -2,0 +14,0 @@

8

lib/parser.js

@@ -24,6 +24,6 @@ const _ = require('lodash')

// Add indexes for meta columns
indexes.push({columns: ['_created'], unique: false})
indexes.push({columns: ['_created_by'], unique: false})
indexes.push({columns: ['_modified'], unique: false})
indexes.push({columns: ['_modified_by'], unique: false})
indexes.push({ columns: ['_created'], unique: false })
indexes.push({ columns: ['_created_by'], unique: false })
indexes.push({ columns: ['_modified'], unique: false })
indexes.push({ columns: ['_modified_by'], unique: false })

@@ -30,0 +30,0 @@ // Turn index propertyIds to column names

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

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

"glob": "7.1.3",
"jsonfile": "4.0.0",
"jsonfile": "5.0.0",
"lodash": "4.17.10",

@@ -37,9 +37,9 @@ "precision": "1.0.1"

"chai-subset": "1.6.0",
"codecov": "3.0.4",
"codecov": "3.1.0",
"conventional-changelog-metahub": "2.0.2",
"cz-conventional-changelog": "2.1.0",
"mocha": "5.2.0",
"nyc": "12.0.2",
"semantic-release": "15.9.11",
"standard": "11.0.1",
"nyc": "13.0.1",
"semantic-release": "15.9.13",
"standard": "12.0.1",
"@semantic-release/changelog": "3.0.0",

@@ -46,0 +46,0 @@ "@semantic-release/git": "7.0.3"

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