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

@wmfs/smithereens

Package Overview
Dependencies
Maintainers
0
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmfs/smithereens - npm Package Compare versions

Comparing version 1.58.0 to 1.59.0

2

CHANGELOG.md

@@ -0,1 +1,3 @@

# [1.59.0](https://github.com/wmfs/smithereens/compare/v1.58.0...v1.59.0) (2024-11-04)
# [1.58.0](https://github.com/wmfs/smithereens/compare/v1.57.0...v1.58.0) (2024-11-04)

@@ -2,0 +4,0 @@

13

lib/index.js

@@ -5,3 +5,3 @@ 'use strict'

const path = require('path')
const glob = require('glob')
const { glob } = require('glob')
const fs = require('fs')

@@ -52,12 +52,3 @@ const csvParser = require('csv-streamify')

function expandLocation (fileSource) {
return new Promise((resolve, reject) => {
glob(
fileSource,
{ nodir: true, windowsPathsNoEscape: true },
(err, files) => {
if (err) return reject(err)
resolve(files)
}
)
})
return glob(fileSource, { nodir: true, windowsPathsNoEscape: true })
} // expandLocation

@@ -64,0 +55,0 @@

{
"name": "@wmfs/smithereens",
"version": "1.58.0",
"version": "1.59.0",
"description": "Smash CSV files into more manageable files based on column values",

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

"debug": "4.3.7",
"glob": "8.1.0",
"glob": "11.0.0",
"hash-sum": "2.0.0",

@@ -29,0 +29,0 @@ "jsonfile": "6.1.0",

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