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

@helios-lang/type-utils

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helios-lang/type-utils - npm Package Compare versions

Comparing version

to
0.1.25

5

package.json
{
"name": "@helios-lang/type-utils",
"version": "0.1.24",
"version": "0.1.25",
"description": "Global utility types",

@@ -22,3 +22,4 @@ "main": "src/index.js",

"scripts": {
"build": "pnpm run prettify && pnpm run test:types && pnpm run test:suite",
"build": "pnpm run prettify && pnpm run build:types && pnpm run test:suite",
"build:types": "pnpm run test:types",
"lockfile:sync": "pnpm install --ignore-workspace",

@@ -25,0 +26,0 @@ "prettify": "prettier . --write",