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 0.2.7 to 0.2.8

2

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

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

@@ -24,3 +24,3 @@ import * as fs from "node:fs"

) {
// link format: `docs.helios-lang.io/api/<package-name>/<version>/<symbol-type>/<symbol-name>.html
// link format: `docs.helios-lang.io/api/<package-name>/<version>/*/<symbol-name>.html

@@ -34,8 +34,6 @@ // eg. "@helios-lang/type-utils"

const symbolType = ref.symbolReference?.meaning?.keyword
if (packageName && packageVersion && ref.symbolReference?.path?.length === 1) {
const symbolName = ref.symbolReference.path[0].path
const symbolName = ref.symbolReference?.meaning?.label
if (packageName && packageVersion && symbolType && symbolName) {
return `https://docs.helios-lang.io/api/${packageName}/${packageVersion}/${symbolType}s/${symbolName}.html`
return `https://docs.helios-lang.io/api/${packageName}/${packageVersion}/*/${symbolName}.html`
}

@@ -42,0 +40,0 @@ }

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