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.1-alpha.8 to 1.0.1-alpha.9

domain.d.ts

8

CHANGELOG.md

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

## [1.0.1-alpha.9](https://github.com/uxland/uxland/compare/@uxland/fetch-client@1.0.1-alpha.8...@uxland/fetch-client@1.0.1-alpha.9) (2021-03-11)
**Note:** Version bump only for package @uxland/fetch-client
## [1.0.1-alpha.8](https://github.com/uxland/uxland/compare/@uxland/fetch-client@1.0.1-alpha.7...@uxland/fetch-client@1.0.1-alpha.8) (2021-03-11)

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

15

package.json
{
"name": "@uxland/fetch-client",
"version": "1.0.1-alpha.8",
"version": "1.0.1-alpha.9",
"description": "Fetch Client",

@@ -10,6 +10,7 @@ "author": "UXLand <dev@uxland.es>",

"module": "index.js",
"types": "lib/index.d.ts",
"types": "index.d.ts",
"files": [
"!*.config.js",
"!coverage",
"!coverage/*",
"**/*.d.ts",
"**/*.js",

@@ -49,6 +50,6 @@ "lib",

"postjsdoc": "yarn jsdoc:styles && yarn jsdoc:mv",
"esbuild:dts": "tsc --emitDeclarationOnly --noEmit false --declaration --removeComments false --outDir lib",
"esbuild:dts": "tsc --emitDeclarationOnly --noEmit false --declaration --removeComments false --outDir .",
"esbuild:cjs": "esbuild src/index.ts --bundle --minify --target=es2018 --outfile=lib/index.js",
"esbuild:es": "esbuild src/*.ts src/**/*.ts --minify --format=esm --outdir=.",
"esbuild": "npm-run-all --parallel esbuild:es esbuild:cjs"
"esbuild": "npm-run-all --parallel esbuild:es esbuild:dts"
},

@@ -82,6 +83,6 @@ "bugs": {

"dependencies": {
"@uxland/event-aggregator": "^1.0.1-alpha.8",
"@uxland/event-aggregator": "^1.0.1-alpha.9",
"ramda": "^0.27.1"
},
"gitHead": "ebaa38deb7f7f27b860f68ba2e01d118478a0c09"
"gitHead": "e4838bb85f706981479f325c2fdf83ffce7cd663"
}
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