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

@wmfs/addressbase-premium-blueprint

Package Overview
Dependencies
Maintainers
0
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmfs/addressbase-premium-blueprint - npm Package Compare versions

Comparing version 1.191.0 to 1.191.1

2

.releaserc.json

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

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

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

{
"namespace": "ordnanceSurvey",
"name": "addressbasePremium",
"version": "1.191.0",
"version": "1.191.1",
"label": "Addressbase Premium",

@@ -6,0 +6,0 @@ "author": "Jez Higgins",

@@ -5,3 +5,3 @@ const csvParse = require('csv-string').parse

const path = require('path')
const once = require('events')
const { once } = require('events')
const stream = require('stream')

@@ -75,3 +75,3 @@ const util = require('util')

const keyString = model.primaryKey.map(k => json[k]).join('_')
const oldValue = JSON.stringify(json)
const oldValue = JSON.stringify(json).replace(/'/g, '\'\'')

@@ -78,0 +78,0 @@ return `${modelName},${keyString},'${oldValue}','{"action":"conflict"}'\n`

{
"name": "@wmfs/addressbase-premium-blueprint",
"version": "1.191.0",
"version": "1.191.1",
"description": "Tymly blueprint to support Ordnance Survey's AddressBase Premium",

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

"devDependencies": {
"chai": "4.3.8",
"chai": "4.5.0",
"chai-string": "1.5.0",

@@ -33,6 +33,6 @@ "codecov": "3.8.3",

"dirty-chai": "2.0.1",
"mocha": "10.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"semantic-release": "21.1.1",
"mocha": "10.7.3",
"nyc": "17.0.0",
"rimraf": "6.0.1",
"semantic-release": "24.1.0",
"standard": "17.1.0",

@@ -43,4 +43,4 @@ "@semantic-release/changelog": "6.0.3",

"@wmfs/tymly": "1.224.2",
"@wmfs/tymly-test-helpers": "1.22.2",
"@wmfs/gazetteer-blueprint": "1.37.1",
"@wmfs/tymly-test-helpers": "1.24.0",
"@wmfs/gazetteer-blueprint": "1.38.0",
"@wmfs/tymly-etl-plugin": "1.159.0",

@@ -47,0 +47,0 @@ "@wmfs/tymly-pg-plugin": "1.258.0"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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