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

@data-wrangling-components/utilities

Package Overview
Dependencies
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@data-wrangling-components/utilities - npm Package Compare versions

Comparing version 1.6.4 to 1.6.5

2

dist/utils/files.js

@@ -156,3 +156,3 @@ /*!

let name = cleanName(file.name);
const count = fileNames[name];
const count = fileNames[name] || 0;
--fileNames[name];

@@ -159,0 +159,0 @@ if (count > 1) {

{
"name": "@data-wrangling-components/utilities",
"version": "1.6.4",
"version": "1.6.5",
"type": "module",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -187,3 +187,3 @@ /*!

let name = cleanName(file.name)
const count = fileNames[name]
const count = fileNames[name] || 0
--fileNames[name]

@@ -190,0 +190,0 @@ if (count > 1) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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