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

@wmfs/tymly-etl-plugin

Package Overview
Dependencies
Maintainers
1
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmfs/tymly-etl-plugin - npm Package Compare versions

Comparing version 1.159.0 to 1.160.0

4

lib/components/state-resources/processing-csv-files/index.js
'use strict'
const smithereens = require('@wmfs/smithereens')
const debug = require('debug')('processingCsvFiles')
class ProcessingCsvFiles {
init (resourceConfig, env) {
this.logger = env.bootedServices.logger.child('stateResource:processingCsvFiles')
this.parser = resourceConfig.parser

@@ -13,3 +13,3 @@ this.dirSplits = resourceConfig.dirSplits

async run (event, context) {
debug(`Execution ${context.executionName} is entering state 'processingCsvFiles - enabling debug for 'smithereens' is a good idea too!`)
this.logger.debug(`Execution ${context.executionName} is entering state 'processingCsvFiles - enabling debug for 'smithereens' is a good idea too!`)

@@ -16,0 +16,0 @@ try {

{
"name": "@wmfs/tymly-etl-plugin",
"version": "1.159.0",
"version": "1.160.0",
"description": "A collection of states for helping with Extract, Transform and Load tasks.",

@@ -25,3 +25,2 @@ "homepage": "https://github.com/wmfs/tymly-etl-plugin#readme",

"dependencies": {
"debug": "4.3.3",
"@wmfs/smithereens": "1.48.0",

@@ -32,3 +31,3 @@ "@wmfs/xml-flatten2csv": "1.8.0",

"devDependencies": {
"chai": "4.3.5",
"chai": "4.3.6",
"codecov": "3.8.3",

@@ -39,3 +38,3 @@ "conventional-changelog-metahub": "4.0.1",

"glob": "7.2.0",
"mocha": "9.2.0",
"mocha": "9.2.2",
"nyc": "15.1.0",

@@ -47,4 +46,4 @@ "semantic-release": "19.0.2",

"@semantic-release/exec": "6.0.3",
"@wmfs/tymly-test-helpers": "1.13.0",
"@wmfs/tymly": "1.234.0"
"@wmfs/tymly-test-helpers": "1.17.0",
"@wmfs/tymly": "1.235.1"
},

@@ -51,0 +50,0 @@ "scripts": {

{
"name": "etl",
"version": "1.159.0",
"version": "1.160.0",
"label": "Extract, Transform and Load",

@@ -5,0 +5,0 @@ "author": "Tim Needham",

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