New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@byjohann/utils

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byjohann/utils - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

dist/types.d.mts

1

dist/index.d.ts

@@ -8,1 +8,2 @@ export { MaybeArray, toArray } from './array.js';

export { generateRandomId, template, unindent } from './string.js';
export { AutocompletableString, LooseAutocomplete, UnifyIntersection } from './types.js';

20

package.json
{
"name": "@byjohann/utils",
"type": "module",
"version": "0.4.0",
"packageManager": "pnpm@9.5.0",
"version": "0.4.1",
"packageManager": "pnpm@9.7.1",
"description": "A collection of utilities for my projects",

@@ -54,2 +54,6 @@ "author": "Johann Schopplich <hello@johannschopplich.com>",

"default": "./dist/string.mjs"
},
"./types": {
"types": "./dist/types.d.mts",
"default": "./dist/types.mjs"
}

@@ -69,9 +73,9 @@ },

"devDependencies": {
"@antfu/eslint-config": "^2.22.3",
"@types/node": "^20.14.10",
"bumpp": "^9.4.1",
"eslint": "^9.7.0",
"typescript": "^5.5.3",
"unbuild": "^3.0.0-rc.6"
"@antfu/eslint-config": "^2.25.1",
"@types/node": "^20.14.15",
"bumpp": "^9.5.1",
"eslint": "^9.9.0",
"typescript": "^5.5.4",
"unbuild": "^3.0.0-rc.7"
}
}

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