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.2.0 to 1.2.1

2

lib/defaultEnv.d.ts
import DataFactory from '@rdfjs/data-model/Factory.js';
declare const _default: import("@rdfjs/environment/Environment").Environment<import("@rdfjs/term-map/Factory.js").TermMapFactory | DataFactory>;
declare const _default: import("@rdfjs/environment/Environment.js").Environment<import("@rdfjs/term-map/Factory.js").TermMapFactory | DataFactory>;
export default _default;
//# sourceMappingURL=defaultEnv.d.ts.map
import { BlankNode, DataFactory, DatasetCore, Literal, NamedNode, Quad, Term } from '@rdfjs/types';
import type { Environment } from '@rdfjs/environment/Environment';
import type { TermMapFactory } from '@rdfjs/term-map/Factory';
import type { Environment } from '@rdfjs/environment/Environment.js';
import type { TermMapFactory } from '@rdfjs/term-map/Factory.js';
import { Value } from './value.js';

@@ -5,0 +5,0 @@ import { PartialString, SerializationStrategy, TemplateResult } from './TemplateResult.js';

import { BlankNode, DatasetCore, DefaultGraph, Literal, NamedNode, Quad, Term } from '@rdfjs/types';
import type { Environment } from '@rdfjs/environment/Environment';
import type { Environment } from '@rdfjs/environment/Environment.js';
import type DataFactory from '@rdfjs/data-model/Factory.js';
import type { TermMapFactory } from '@rdfjs/term-map/Factory';
import type { TermMapFactory } from '@rdfjs/term-map/Factory.js';
import { NQuadsStrategy } from './nquads.js';

@@ -6,0 +6,0 @@ import { Value } from './value.js';

import { BlankNode, DataFactory, DatasetCore, Literal, NamedNode, Quad, Term, Variable } from '@rdfjs/types';
import type { NamespaceBuilder } from '@rdfjs/namespace';
import type { Environment } from '@rdfjs/environment/Environment';
import type { TermMapFactory } from '@rdfjs/term-map/Factory';
import type { Environment } from '@rdfjs/environment/Environment.js';
import type { TermMapFactory } from '@rdfjs/term-map/Factory.js';
import { Value } from './value.js';

@@ -6,0 +6,0 @@ import { PartialString, SerializationStrategy, TemplateResult } from './TemplateResult.js';

import { BlankNode, DatasetCore, Literal, NamedNode, BaseQuad, Term, Variable, DataFactory } from '@rdfjs/types';
import type { Environment } from '@rdfjs/environment/Environment';
import type { TermMapFactory } from '@rdfjs/term-map/Factory';
import type { Environment } from '@rdfjs/environment/Environment.js';
import type { TermMapFactory } from '@rdfjs/term-map/Factory.js';
import { Value } from './value.js';

@@ -5,0 +5,0 @@ interface Options {

import { BlankNode, DataFactory, DatasetCore, DefaultGraph, Literal, NamedNode, Quad, Term } from '@rdfjs/types';
import type { NamespaceBuilder } from '@rdfjs/namespace';
import type { Environment } from '@rdfjs/environment/Environment';
import type { TermMapFactory } from '@rdfjs/term-map/Factory';
import type { Environment } from '@rdfjs/environment/Environment.js';
import type { TermMapFactory } from '@rdfjs/term-map/Factory.js';
import { Value } from './value.js';

@@ -6,0 +6,0 @@ import { PartialString, SerializationStrategy, TemplateResult } from './TemplateResult.js';

{
"name": "@tpluscode/rdf-string",
"version": "1.2.0",
"version": "1.2.1",
"description": "Simplifies creating of RDF strings using ECMAscript templates",

@@ -39,3 +39,3 @@ "main": "index.js",

"@rdfjs/formats": "^4",
"@tpluscode/eslint-config": "^0.4.2",
"@tpluscode/eslint-config": "^0.4.5",
"@types/chai": "^4.3.4",

@@ -42,0 +42,0 @@ "@types/chai-snapshot-matcher": "^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

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