🚀 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

2

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

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

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

readonly dcterms: string;
readonly dig: string;
readonly discipline: string;

@@ -47,7 +48,11 @@ readonly doap: string;

readonly ical: string;
readonly la: string;
readonly ldp: string;
readonly list: string;
readonly locn: string;
readonly log: string;
readonly lvont: string;
readonly ma: string;
readonly mads: string;
readonly math: string;
readonly oa: string;

@@ -75,2 +80,3 @@ readonly og: string;

readonly sem: string;
readonly set: string;
readonly sf: string;

@@ -85,2 +91,3 @@ readonly sh: string;

readonly ssn: string;
readonly string: string;
readonly test: string;

@@ -87,0 +94,0 @@ readonly time: string;

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

dcterms: 'http://purl.org/dc/terms/',
dig: 'http://www.ics.forth.gr/isl/CRMdig/',
discipline: 'http://qudt.org/vocab/discipline/',

@@ -44,7 +45,11 @@ doap: 'http://usefulinc.com/ns/doap#',

ical: 'http://www.w3.org/2002/12/cal/icaltzd#',
la: 'https://linked.art/ns/terms/',
ldp: 'http://www.w3.org/ns/ldp#',
list: 'http://www.w3.org/2000/10/swap/list#',
locn: 'http://www.w3.org/ns/locn#',
log: 'http://www.w3.org/2000/10/swap/log#',
lvont: 'http://lexvo.org/ontology#',
ma: 'http://www.w3.org/ns/ma-ont#',
mads: 'http://www.loc.gov/mads/rdf/v1#',
math: 'http://www.w3.org/2000/10/swap/math#',
oa: 'http://www.w3.org/ns/oa#',

@@ -72,2 +77,3 @@ og: 'http://ogp.me/ns#',

sem: 'http://semanticweb.cs.vu.nl/2009/11/sem/',
set: 'http://www.w3.org/2000/10/swap/set#',
sf: 'http://www.opengis.net/ont/sf#',

@@ -82,2 +88,3 @@ sh: 'http://www.w3.org/ns/shacl#',

ssn: 'http://www.w3.org/ns/ssn/',
string: 'http://www.w3.org/2000/10/swap/string#',
test: 'http://www.w3.org/2006/03/test-description#',

@@ -84,0 +91,0 @@ time: 'http://www.w3.org/2006/time#',