Socket
Socket
Sign inDemoInstall

@thi.ng/prefixes

Package Overview
Dependencies
0
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.14 to 2.3.15

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-03-27T09:53:45Z
- **Last updated**: 2024-04-08T14:59:30Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

{
"name": "@thi.ng/prefixes",
"version": "2.3.14",
"version": "2.3.15",
"description": "50+ Linked Data vocabulary prefixes and their namespace URLs",

@@ -110,3 +110,3 @@ "type": "module",

},
"gitHead": "feb3b24654f2c931cd3c3308c1c0c807ee14d0e4\n"
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n"
}

@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! -->

> [!NOTE]
> This is one of 190 standalone projects, maintained as part
> This is one of 191 standalone projects, maintained as part
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo

@@ -52,4 +52,10 @@ > and anti-framework.

ES module import:
ESM import:
```ts
import * as pre from "@thi.ng/prefixes";
```
Browser ESM import:
```html

@@ -64,3 +70,3 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/prefixes"></script>

```js
const prefixes = await import("@thi.ng/prefixes");
const pre = await import("@thi.ng/prefixes");
```

@@ -67,0 +73,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc