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

@uxland/fetch-client

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxland/fetch-client - npm Package Compare versions

Comparing version 1.0.0-alpha.5 to 1.0.0-alpha.6

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [1.0.0-alpha.6](https://github.com/uxland/uxland/compare/@uxland/fetch-client@1.0.0-alpha.5...@uxland/fetch-client@1.0.0-alpha.6) (2020-02-20)
**Note:** Version bump only for package @uxland/fetch-client
# [1.0.0-alpha.5](https://github.com/uxland/uxland/compare/@uxland/fetch-client@1.0.0-alpha.4...@uxland/fetch-client@1.0.0-alpha.5) (2020-02-20)

@@ -8,0 +16,0 @@

2

dist/index.js

@@ -1,2 +0,2 @@

// Fetch Client v1.0.0-alpha.4
// Fetch Client v1.0.0-alpha.5
// https://github.com/uxland/uxland/tree/master/packages/fetch-client#readme

@@ -3,0 +3,0 @@ // (c) 2020-2020 UXLand

@@ -0,1 +1,2 @@

/** @namespace FetchClient */
export interface Configuration {

@@ -2,0 +3,0 @@ headers?: any;

"use strict";
/*
* MIT License
*
* Copyright (c) 2020 ${company}
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
* Software, and to permit persons to whom the Software is furnished to do so,
* subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH
* THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/** @namespace FetchClient */
Object.defineProperty(exports, "__esModule", { value: true });

@@ -3,0 +26,0 @@ const event_aggregator_1 = require("@uxland/event-aggregator");

{
"name": "@uxland/fetch-client",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "Fetch Client",

@@ -28,4 +28,3 @@ "author": "UXLand <dev@uxland.es>",

"build:es": "tsc -p tsconfig.json --outDir es --module esnext --noEmit false",
"build:cjs": "tsc -p tsconfig.json --outDir lib --noEmit false --declaration",
"build:cjs:docs": "tsc -p tsconfig.json --outDir tmp --noEmit false --declaration --removeComments false",
"build:cjs": "tsc -p tsconfig.json --outDir lib --noEmit false --declaration --removeComments false",
"build:umd": "cross-env NODE_ENV=development rollup -c -o dist/index.js",

@@ -46,3 +45,6 @@ "build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/index.min.js",

"test": "yarn test:unit",
"jsdoc": "yarn build:cjs:docs && rimraf docs && jsdoc -r ./tmp -c jsdoc.conf.js && rimraf tmp"
"jsdoc": "yarn build:cjs && rimraf docs && jsdoc -r ./lib -c jsdoc.conf.js",
"jsdoc:styles": "cat ../../resources/docs/custom.css >> ./docs/$npm_package_name/$npm_package_version/styles/jsdoc.css",
"jsdoc:mv": "mkdirp ../../docs/$npm_package_name/$npm_package_version && ncp docs/$npm_package_name/$npm_package_version ../../docs/$npm_package_name/$npm_package_version",
"postjsdoc": "yarn jsdoc:styles && yarn jsdoc:mv"
},

@@ -58,2 +60,3 @@ "bugs": {

"@types/ramda": "^0.26.41",
"cat": "^0.2.0",
"cross-env": "^7.0.0",

@@ -74,5 +77,5 @@ "cucumber": "^6.0.5",

"dependencies": {
"@uxland/event-aggregator": "^1.0.0-alpha.5"
"@uxland/event-aggregator": "^1.0.0-alpha.6"
},
"gitHead": "b4dc4405142fa2cbe74aafc787983eac328d85a5"
"gitHead": "788f1de589336c5a6216279c07006f6439ea3c5e"
}
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