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.0.0 to 2.0.1

6

CHANGELOG.md
# Change Log
## 2.0.1
### Patch Changes
- [#232](https://github.com/rx-ts/pkgr/pull/232) [`8f71e49`](https://github.com/rx-ts/pkgr/commit/8f71e495000622b3eba875753ea5b9e7bea2103e) Thanks [@JounQin](https://github.com/JounQin)! - feat: bump deps, add postcss as r dep, fix w issues
## 2.0.0

@@ -4,0 +10,0 @@

2

lib/helpers.d.ts

@@ -18,2 +18,2 @@ export declare const tryPkg: (pkg: string) => string | undefined;

export declare const findUp: (searchEntry: string, searchFile?: string) => string;
export declare const arrayify: <T, R = T extends (infer S)[] ? S : T>(...args: T[]) => R[];
export declare const arrayify: <T, R = T extends (infer S)[] ? NonNullable<S> : NonNullable<T>>(...args: (R | R[])[]) => R[];
{
"name": "@pkgr/utils",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",

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

"chalk": "^4.1.2",
"cross-spawn": "^7.0.2",
"cross-spawn": "^7.0.3",
"is-glob": "^4.0.1",
"open": "^8.2.1",
"tiny-glob": "^0.2.9",
"tslib": "^2.3.0"
"tslib": "^2.3.1"
},

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

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