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

@pkgr/utils

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pkgr/utils - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

5

lib/helpers.js

@@ -48,4 +48,4 @@ import fs from 'node:fs';

...(isGlob(pkg)
? tryRequirePkg('fast-glob').sync(pkg, {
absolute,
? tryRequirePkg('fast-glob')
.sync(pkg, {
cwd: baseDir,

@@ -55,2 +55,3 @@ ignore,

})
.map(file => (absolute ? path.resolve(baseDir, file) : file))
: [tryFile(path.resolve(baseDir, pkg), true)]),

@@ -57,0 +58,0 @@ ].filter(Boolean), []);

6

package.json
{
"name": "@pkgr/utils",
"version": "2.4.1",
"version": "2.4.2",
"type": "module",

@@ -28,7 +28,7 @@ "description": "Shared utils for `@pkgr` packages or any package else",

"cross-spawn": "^7.0.3",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.0",
"is-glob": "^4.0.3",
"open": "^9.1.0",
"picocolors": "^1.0.0",
"tslib": "^2.5.0"
"tslib": "^2.6.0"
},

@@ -35,0 +35,0 @@ "publishConfig": {

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