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

@tpluscode/rdf-string

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tpluscode/rdf-string - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

lib/nquads.d.ts
import { BlankNode, DatasetCore, Literal, NamedNode, Quad, Term } from 'rdf-js';
import { Value } from './value.js';
import { PartialString, SerializationStrategy, TemplateResult } from './TemplateResult.js';
interface NQuadsOptions {
export interface NQuadsOptions {
sortGraphs: boolean;

@@ -19,3 +19,2 @@ }

export declare const nquads: (strings: TemplateStringsArray, ...values: Value<TemplateResult<NQuadsOptions>, NamedNode | Literal | BlankNode>[]) => TemplateResult<NQuadsOptions>;
export {};
//# sourceMappingURL=nquads.d.ts.map

@@ -5,3 +5,3 @@ import { BlankNode, DatasetCore, DefaultGraph, Literal, NamedNode, Quad, Term } from 'rdf-js';

import { PartialString, TemplateResult } from './TemplateResult.js';
interface NTriplesOptions {
export interface NTriplesOptions {
graph: NamedNode | DefaultGraph;

@@ -17,3 +17,2 @@ sortGraphs: false;

export declare const ntriples: (strings: TemplateStringsArray, ...values: Value<NTriplesTemplateResult, NamedNode | Literal | BlankNode>[]) => TemplateResult<NTriplesOptions>;
export {};
//# sourceMappingURL=ntriples.d.ts.map

@@ -5,3 +5,3 @@ import { BlankNode, DatasetCore, Literal, NamedNode, Quad, Term, Variable } from 'rdf-js';

import { PartialString, SerializationStrategy, TemplateResult } from './TemplateResult.js';
interface SparqlOptions {
export interface SparqlOptions {
base?: string;

@@ -24,3 +24,2 @@ prologue: boolean;

export declare const sparql: (strings: TemplateStringsArray, ...values: SparqlValue[]) => TemplateResult<SparqlOptions>;
export {};
//# sourceMappingURL=sparql.d.ts.map

@@ -5,3 +5,3 @@ import { BlankNode, DatasetCore, DefaultGraph, Literal, NamedNode, Quad, Term } from 'rdf-js';

import { PartialString, SerializationStrategy, TemplateResult } from './TemplateResult.js';
interface TurtleOptions {
export interface TurtleOptions {
base?: string | NamedNode;

@@ -31,3 +31,2 @@ directives: boolean;

export declare const turtle: (strings: TemplateStringsArray, ...values: Value<TemplateResult<TurtleOptions>, NamedNode | Literal | BlankNode>[]) => TemplateResult<TurtleOptions>;
export {};
//# sourceMappingURL=turtle.d.ts.map
{
"name": "@tpluscode/rdf-string",
"version": "1.0.1",
"version": "1.0.2",
"description": "Simplifies creating of RDF strings using ECMAscript templates",

@@ -15,3 +15,2 @@ "main": "index.js",

"scripts": {
"prepare": "patch-package",
"prepack": "npm run build",

@@ -38,3 +37,3 @@ "build": "tsc",

"devDependencies": {
"@changesets/cli": "^2.23.0",
"@changesets/cli": "^2.26.1",
"@rdfjs/dataset": "^2.0.1",

@@ -76,4 +75,2 @@ "@rdfjs/formats-common": "^3.1.0",

"npm-run-all": "^4.1.5",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"rdf-ext": "^2",

@@ -80,0 +77,0 @@ "sparqljs": "^3.0.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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