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

alcaeus

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alcaeus - npm Package Compare versions

Comparing version 1.0.0-beta.17 to 1.0.0-beta.18

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## [1.0.0-beta.18](https://github.com/wikibus/alcaeus/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2020-09-22)
## [1.0.0-beta.17](https://github.com/wikibus/alcaeus/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2020-09-22)

@@ -7,0 +9,0 @@

import * as Alcaeus from './index';
import 'isomorphic-fetch';
export declare function create(opts?: Partial<Parameters<typeof Alcaeus['create']>[0]>): import("./alcaeus").HydraClient<import("rdf-dataset-indexed/dataset").DatasetIndexed<import("rdf-js").Quad, import("rdf-js").Quad>>;
export declare const Hydra: import("./alcaeus").HydraClient<import("rdf-dataset-indexed/dataset").DatasetIndexed<import("rdf-js").Quad, import("rdf-js").Quad>>;
//# sourceMappingURL=node.d.ts.map

6

node.js

@@ -21,11 +21,7 @@ "use strict";

};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Hydra = exports.create = void 0;
const formats_common_1 = require("@rdfjs/formats-common");
const fetch_ponyfill_1 = __importDefault(require("fetch-ponyfill"));
const Alcaeus = __importStar(require("./index"));
const { fetch, Headers } = fetch_ponyfill_1.default();
require("isomorphic-fetch");
function create(opts) {

@@ -32,0 +28,0 @@ return Alcaeus.create({

{
"name": "alcaeus",
"version": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"description": "Hydra Core hypermedia-aware client library",

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

"es6-url-template": "^1.0.3",
"fetch-ponyfill": "^6.1.0",
"isomorphic-fetch": "^2.2.1",
"isomorphic-form-data": "^2.0.0",

@@ -66,0 +66,0 @@ "parse-link-header": "^1.0.1",

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