🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@zazuko/prefixes

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zazuko/prefixes - npm Package Compare versions

Comparing version

to
1.0.0-rc.1

2

package.json
{
"name": "@zazuko/prefixes",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"type": "module",

@@ -5,0 +5,0 @@ "repository": {

@@ -15,2 +15,3 @@ declare const prefixes: {

readonly ctag: string;
readonly 'dash-sparql': string;
readonly dash: string;

@@ -17,0 +18,0 @@ readonly dbo: string;

@@ -12,2 +12,3 @@ import prefixesOnly from './lib/prefixesOnly.js';

ctag: 'http://commontag.org/ns#',
'dash-sparql': 'http://datashapes.org/sparql#',
dash: 'http://datashapes.org/dash#',

@@ -14,0 +15,0 @@ dbo: 'http://dbpedia.org/ontology/',