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

@qlean/york-core

Package Overview
Dependencies
Maintainers
10
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qlean/york-core - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

lib/fetcher/index.js

@@ -33,3 +33,3 @@ "use strict";

return request(token);
})["catch"](function (error) {
}).then(_utils.getResponseBody)["catch"](function (error) {
return Promise.reject(error);

@@ -36,0 +36,0 @@ });

{
"name": "@qlean/york-core",
"version": "4.0.0",
"version": "4.0.1",
"description": "",

@@ -20,3 +20,3 @@ "license": "MIT",

},
"gitHead": "075a9d65837c953734f50b3e2a24c7e6503e8c7c"
"gitHead": "36392ac8da478b9695deada100f40535bd080e17"
}

@@ -11,2 +11,3 @@ import { NetworkError, getResponseBody } from './utils'

.then(token => request(token))
.then(getResponseBody)
.catch(error => Promise.reject(error))

@@ -13,0 +14,0 @@

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