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

@wmfs/pg-telepods

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmfs/pg-telepods - npm Package Versions

1
12

1.83.0

Diff

Changelog

Source

1.83.0 (2021-01-05)

🛠 Builds

  • deps: Bump debug from 4.2.0 to 4.3.1 (a88d979)
  • deps-dev: Bump codecov from 3.7.2 to 3.8.0 (08d80fb)
  • deps-dev: Bump codecov from 3.8.0 to 3.8.1 (aa8ae38)
  • deps-dev: Bump mocha from 8.1.3 to 8.2.0 (846e379)
  • deps-dev: Bump mocha from 8.2.0 to 8.2.1 (841a7b0)
  • deps-dev: Bump semantic-release from 17.1.2 to 17.2.0 (e23be35)
  • deps-dev: Bump semantic-release from 17.2.0 to 17.2.1 (e91949c)
  • deps-dev: Bump semantic-release from 17.2.1 to 17.2.2 (a97de2d)
  • deps-dev: Bump semantic-release from 17.2.2 to 17.2.3 (78bf7e7)
  • deps-dev: Bump semantic-release from 17.2.3 to 17.2.4 (d8d7ca6)
  • deps-dev: Bump semantic-release from 17.2.4 to 17.3.0 (05b89f4)
  • deps-dev: Bump semantic-release from 17.3.0 to 17.3.1 (614045f)
  • deps-dev: Bump standard from 14.3.4 to 15.0.0 (d9ea9cb)
  • deps-dev: Bump standard from 15.0.0 to 15.0.1 (6237eb7)
  • deps-dev: Bump standard from 15.0.1 to 16.0.0 (7f31b50)
  • deps-dev: Bump standard from 16.0.0 to 16.0.1 (7f6fe85)
  • deps-dev: Bump standard from 16.0.1 to 16.0.2 (158826c)
  • deps-dev: Bump standard from 16.0.2 to 16.0.3 (7b23c2c)

⚙️ Continuous Integrations

  • circle: authenticate Docker image pull [ch2767] (a020c85)
  • circle: cache dependencies [ch2770] (bc123a9)
  • circle: separate linting job [ch1009] (fe47006)
  • circle: update build environment variable context name [ch2771] (32bff2b)
  • circle: use tmpfs postgres image [ch2769] (9572183)
wmfsbot
published 1.82.0 •

Changelog

Source

1.82.0 (2020-09-29)

🛠 Builds

  • deps: Bump @wmfs/supercopy from 1.39.0 to 1.40.0 (bfc5c56)
  • deps-dev: Bump @wmfs/hl-pg-client from 1.23.0 to 1.25.0 (5d2a3f8)
wmfsbot
published 1.81.0 •

Changelog

Source

1.81.0 (2020-09-28)

🛠 Builds

  • deps: Bump pg from 8.3.2 to 8.3.3 (1153eda)
  • deps: Bump pg-query-stream from 3.2.2 to 3.2.3 (9011f2d)
wmfsbot
published 1.80.0 •

Changelog

Source

1.80.0 (2020-09-28)

🛠 Builds

  • deps: Bump debug from 4.1.1 to 4.2.0 (3174b89)
wmfsbot
published 1.79.1 •

Changelog

Source

1.79.1 (2020-09-25)

🐛 Bug Fixes

  • Don't gather conflict information if we're only inserting. (18b2298)
  • Rewrite inverted where clause generation (a1c436a)

🛠 Builds

  • deps-dev: Bump semantic-release from 17.1.1 to 17.1.2 (88e6cbc)

🚨 Tests

  • extent tests to check conflict output too (0c62f47)

💎 Styles

wmfsbot
published 1.79.0 •

Changelog

Source

1.79.0 (2020-08-31)

✨ Features

  • if sync has conflicts (mismatched where clause), output those to a separate file (58f428a)

🐛 Bug Fixes

  • qualify where clause conditions with 'target.' to prevent potential ambiguity with source (366d40d)
  • split upserts into inserts and updates (2fb478b)
  • tighten queries to account for null target hashsum (700a7c2)
  • tweak conflicts select to handle nulls in the where conditions (48025e3)

🛠 Builds

  • Bump @wmfs/supercopy to 1.39 from 1.38 (b011798)
  • deps-dev: Bump @wmfs/hl-pg-client from 1.22.0 to 1.23.0 (507f50f)
  • deps-dev: Bump cz-conventional-changelog from 3.2.0 to 3.2.1 (61bf175)
  • deps-dev: Bump cz-conventional-changelog from 3.2.1 to 3.3.0 (2cc16e2)
  • deps-dev: Bump mocha from 8.1.1 to 8.1.2 (5c3717e)
  • deps-dev: Bump mocha from 8.1.2 to 8.1.3 (5974df5)

📦 Code Refactoring

  • factor out common processInserts/processUpdates code (7147d0a)
  • s/processCopy/syncChanges/g (79c91cf)

🚨 Tests

  • factored out checkFileLength function (e01e642)
  • move setup and teardown into before/after functions (ea20f81)
  • partial update with conflict (where doesn't match) test (499303b)

💎 Styles

wmfsbot
published 1.78.0 •

Changelog

Source

1.78.0 (2020-08-24)

🛠 Builds

  • deps: Bump pg from 8.3.0 to 8.3.2 (cfb69d5)
wmfsbot
published 1.77.0 •

Changelog

Source

1.77.0 (2020-08-24)

🛠 Builds

  • deps: Bump pg-query-stream from 3.2.0 to 3.2.2 (95a2431)
wmfsbot
published 1.76.0 •

Changelog

Source

1.76.0 (2020-08-17)

🛠 Builds

  • deps: Bump lodash from 4.17.19 to 4.17.20 (14b4047)
  • deps-dev: Bump @wmfs/hl-pg-client from 1.21.0 to 1.22.0 (59561f9)
  • deps-dev: Bump codecov from 3.7.0 to 3.7.1 (b54f9e6)
  • deps-dev: Bump codecov from 3.7.1 to 3.7.2 (dbf8256)
  • deps-dev: Bump mocha from 8.0.1 to 8.1.0 (dbe25f6)
  • deps-dev: Bump mocha from 8.1.0 to 8.1.1 (d6d4012)

⚙️ Continuous Integrations

  • circle: separate lint job [ch1009] (d08b810)
wmfsbot
published 1.75.0 •

Changelog

Source

1.75.0 (2020-07-15)

🛠 Builds

  • deps: Bump pg-query-stream from 3.0.6 to 3.2.0 (3aa4aee)
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