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.11 to 1.0.0-alpha.12

11

CHANGELOG.md

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

# [1.0.0-alpha.12](https://github.com/uxland/uxland/compare/@uxland/fetch-client@1.0.0-alpha.11...@uxland/fetch-client@1.0.0-alpha.12) (2020-09-17)
### Bug Fixes
* correct issue with rollup config in scriopt ([90af2a9](https://github.com/uxland/uxland/commit/90af2a98dee24cc4ce4a379c52c95f0495b7934c))
# [1.0.0-alpha.11](https://github.com/uxland/uxland/compare/@uxland/fetch-client@1.0.0-alpha.10...@uxland/fetch-client@1.0.0-alpha.11) (2020-09-16)

@@ -8,0 +19,0 @@

8

package.json
{
"name": "@uxland/fetch-client",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "Fetch Client",

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

"build:cjs": "tsc -p tsconfig.json --outDir lib --noEmit false --declaration --removeComments false",
"build:umd": "cross-env NODE_ENV=development rollup -c ../project-tools/build/rollup.config.js -o dist/index.js",
"build:umd": "cross-env NODE_ENV=development rollup -c -o dist/index.js",
"build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/index.min.js",

@@ -76,5 +76,5 @@ "build:clean": "rimraf es lib dist tmp tsconfig.tsbuildinfo",

"dependencies": {
"@uxland/event-aggregator": "^1.0.0-alpha.11"
"@uxland/event-aggregator": "^1.0.0-alpha.12"
},
"gitHead": "f9be00ef91d21621d175cb2fa270c60696f3347f"
"gitHead": "d56b10a0e37815429937bc741d964ddb36bc1c5f"
}
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