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
66
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.55.0 to 1.55.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.55.1](https://github.com/wmfs/smithereens/compare/v1.55.0...v1.55.1) (2024-09-16)
### Bug Fixes
* set windowsPathsNoEscape to true when using glob ([#385](https://github.com/wmfs/smithereens/issues/385)) ([d5dd317](https://github.com/wmfs/smithereens/commit/d5dd3173ea95efc971088999137d4c10f17948b7))
# [1.55.0](https://github.com/wmfs/smithereens/compare/v1.54.0...v1.55.0) (2024-07-02)

@@ -2,0 +9,0 @@

2

lib/index.js

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

fileSource,
{ nodir: true },
{ nodir: true, windowsPathsNoEscape: true },
(err, files) => {

@@ -57,0 +57,0 @@ if (err) return reject(err)

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

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

"devDependencies": {
"chai": "4.4.1",
"chai": "4.5.0",
"chai-subset": "1.6.0",

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

"cz-conventional-changelog": "3.3.0",
"mocha": "10.5.2",
"mocha": "10.7.3",
"nyc": "17.0.0",
"semantic-release": "24.0.0",
"standard": "17.1.0",
"semantic-release": "24.1.1",
"standard": "17.1.2",
"@semantic-release/changelog": "6.0.3",

@@ -47,0 +47,0 @@ "@semantic-release/git": "10.0.1"

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