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

@quenty/linkutils

Package Overview
Dependencies
Maintainers
1
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quenty/linkutils - npm Package Compare versions

Comparing version 4.0.0-canary.236.5597d0a.0 to 4.0.0

61

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

# [4.0.0-canary.236.5597d0a.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/linkutils@3.4.0...@quenty/linkutils@4.0.0-canary.236.5597d0a.0) (2021-12-18)
# [4.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/linkutils@3.8.0...@quenty/linkutils@4.0.0) (2022-03-06)

@@ -15,2 +15,61 @@ **Note:** Version bump only for package @quenty/linkutils

# [3.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/linkutils@3.7.1...@quenty/linkutils@3.8.0) (2022-01-17)
**Note:** Version bump only for package @quenty/linkutils
## [3.7.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/linkutils@3.7.0...@quenty/linkutils@3.7.1) (2022-01-16)
**Note:** Version bump only for package @quenty/linkutils
# [3.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/linkutils@3.6.0...@quenty/linkutils@3.7.0) (2022-01-07)
**Note:** Version bump only for package @quenty/linkutils
# [3.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/linkutils@3.5.2...@quenty/linkutils@3.6.0) (2022-01-03)
### Bug Fixes
* Better error messages ([821f1ce](https://github.com/Quenty/NevermoreEngine/commit/821f1cefc9297c26c5aab2e414618de183857d21))
## [3.5.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/linkutils@3.5.1...@quenty/linkutils@3.5.2) (2021-12-30)
**Note:** Version bump only for package @quenty/linkutils
## [3.5.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/linkutils@3.5.0...@quenty/linkutils@3.5.1) (2021-12-30)
**Note:** Version bump only for package @quenty/linkutils
# [3.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/linkutils@3.4.0...@quenty/linkutils@3.5.0) (2021-12-18)
**Note:** Version bump only for package @quenty/linkutils
# [3.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/linkutils@3.3.0...@quenty/linkutils@3.4.0) (2021-12-14)

@@ -17,0 +76,0 @@

16

package.json
{
"name": "@quenty/linkutils",
"version": "4.0.0-canary.236.5597d0a.0",
"version": "4.0.0",
"description": "Utility functions for links. Links are object values pointing to other values!",

@@ -28,8 +28,8 @@ "keywords": [

"dependencies": {
"@quenty/brio": "4.0.0-canary.236.5597d0a.0",
"@quenty/instanceutils": "4.0.0-canary.236.5597d0a.0",
"@quenty/loader": "3.1.1",
"@quenty/maid": "2.0.1",
"@quenty/promise": "4.0.0-canary.236.5597d0a.0",
"@quenty/rx": "4.0.0-canary.236.5597d0a.0"
"@quenty/brio": "^5.0.0",
"@quenty/instanceutils": "^4.0.0",
"@quenty/loader": "^4.0.0",
"@quenty/maid": "^2.1.0",
"@quenty/promise": "^4.0.0",
"@quenty/rx": "^4.0.0"
},

@@ -39,3 +39,3 @@ "publishConfig": {

},
"gitHead": "5597d0abdadd88f369f1401a558a8d6d1a1c5aab"
"gitHead": "dd428cab58282c975a4c082957dc8f58e3186905"
}
## LinkUtils
<div align="center">
<a href="http://quenty.github.io/api/">
<img src="https://img.shields.io/badge/docs-website-green.svg" alt="Documentation" />
<a href="http://quenty.github.io/NevermoreEngine/">
<img src="https://github.com/Quenty/NevermoreEngine/actions/workflows/docs.yml/badge.svg" alt="Documentation status" />
</a>
<a href="https://discord.gg/mhtGUS8">
<img src="https://img.shields.io/badge/discord-nevermore-blue.svg" alt="Discord" />
<img src="https://img.shields.io/discord/385151591524597761?color=5865F2&label=discord&logo=discord&logoColor=white" alt="Discord" />
</a>

@@ -16,18 +16,7 @@ <a href="https://github.com/Quenty/NevermoreEngine/actions">

<div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/LinkUtils">View docs →</a></div>
## Installation
```
npm install @quenty/linkutils --save
```
## Usage
Usage is designed to be simple.
### `LinkUtils.createLink(linkName, from, to)`
### `LinkUtils.getAllLinkValues(linkName, from)`
### `LinkUtils.getAllLinks(linkName, from)`
### `LinkUtils.getLinkValue(linkName, from)`
### `LinkUtils.promiseLinkValue(maid, linkName, from)`
```

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