Socket
Socket
Sign inDemoInstall

@bearei/ali-serverless

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bearei/ali-serverless - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

60

lib/module/fetch.js

@@ -311,3 +311,3 @@ /******/ var __webpack_modules__ = ({

request: request,
options: args,
fetchOptions: args,
url: args.url

@@ -328,9 +328,9 @@ });

/***/ 466:
/***/ (function(__unused_webpack_module, __nested_webpack_exports__, __nested_webpack_require_21734__) {
/***/ (function(__unused_webpack_module, __nested_webpack_exports__, __nested_webpack_require_21739__) {
/* harmony export */ __nested_webpack_require_21734__.d(__nested_webpack_exports__, {
/* harmony export */ __nested_webpack_require_21739__.d(__nested_webpack_exports__, {
/* harmony export */ o: function() { return /* binding */ HEADERS; }
/* harmony export */ });
/* harmony import */ var _optionsStore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_21734__(181);
/* harmony import */ var _utils_omit_utils__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_21734__(739);
/* harmony import */ var _optionsStore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_21739__(181);
/* harmony import */ var _utils_omit_utils__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_21739__(739);
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }

@@ -401,5 +401,5 @@ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }

/***/ 181:
/***/ (function(__unused_webpack_module, __nested_webpack_exports__, __nested_webpack_require_27466__) {
/***/ (function(__unused_webpack_module, __nested_webpack_exports__, __nested_webpack_require_27471__) {
/* harmony export */ __nested_webpack_require_27466__.d(__nested_webpack_exports__, {
/* harmony export */ __nested_webpack_require_27471__.d(__nested_webpack_exports__, {
/* harmony export */ D: function() { return /* binding */ OPTIONS_STORE; }

@@ -429,10 +429,10 @@ /* harmony export */ });

/***/ 402:
/***/ (function(__unused_webpack_module, __nested_webpack_exports__, __nested_webpack_require_28137__) {
/***/ (function(__unused_webpack_module, __nested_webpack_exports__, __nested_webpack_require_28142__) {
/* harmony export */ __nested_webpack_require_28137__.d(__nested_webpack_exports__, {
/* harmony export */ __nested_webpack_require_28142__.d(__nested_webpack_exports__, {
/* harmony export */ V: function() { return /* binding */ Content; },
/* harmony export */ Y: function() { return /* binding */ RESPONSE; }
/* harmony export */ });
/* harmony import */ var _error__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_28137__(585);
/* harmony import */ var _headers__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_28137__(466);
/* harmony import */ var _error__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_28142__(585);
/* harmony import */ var _headers__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_28142__(466);
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }

@@ -560,3 +560,3 @@ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }

url: url,
options: args
fetchOptions: args
}));

@@ -581,8 +581,8 @@ case 5:

/***/ 349:
/***/ (function(__unused_webpack_module, __nested_webpack_exports__, __nested_webpack_require_48754__) {
/***/ (function(__unused_webpack_module, __nested_webpack_exports__, __nested_webpack_require_48764__) {
/* harmony export */ __nested_webpack_require_48754__.d(__nested_webpack_exports__, {
/* harmony export */ __nested_webpack_require_48764__.d(__nested_webpack_exports__, {
/* harmony export */ i: function() { return /* binding */ CREATED_URL; }
/* harmony export */ });
/* harmony import */ var _optionsStore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_48754__(181);
/* harmony import */ var _optionsStore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_48764__(181);
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }

@@ -651,5 +651,5 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }

/***/ 739:
/***/ (function(__unused_webpack_module, __nested_webpack_exports__, __nested_webpack_require_53862__) {
/***/ (function(__unused_webpack_module, __nested_webpack_exports__, __nested_webpack_require_53872__) {
/* harmony export */ __nested_webpack_require_53862__.d(__nested_webpack_exports__, {
/* harmony export */ __nested_webpack_require_53872__.d(__nested_webpack_exports__, {
/* harmony export */ T: function() { return /* binding */ OMIT; }

@@ -673,3 +673,3 @@ /* harmony export */ });

/******/ // The require function
/******/ function __nested_webpack_require_54450__(moduleId) {
/******/ function __nested_webpack_require_54460__(moduleId) {
/******/ // Check if module is in cache

@@ -688,3 +688,3 @@ /******/ var cachedModule = __webpack_module_cache__[moduleId];

/******/ // Execute the module function
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_54450__);
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_54460__);
/******/

@@ -699,5 +699,5 @@ /******/ // Return the exports of the module

/******/ // define getter functions for harmony exports
/******/ __nested_webpack_require_54450__.d = function(exports, definition) {
/******/ __nested_webpack_require_54460__.d = function(exports, definition) {
/******/ for(var key in definition) {
/******/ if(__nested_webpack_require_54450__.o(definition, key) && !__nested_webpack_require_54450__.o(exports, key)) {
/******/ if(__nested_webpack_require_54460__.o(definition, key) && !__nested_webpack_require_54460__.o(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });

@@ -711,3 +711,3 @@ /******/ }

/******/ !function() {
/******/ __nested_webpack_require_54450__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
/******/ __nested_webpack_require_54460__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
/******/ }();

@@ -719,3 +719,3 @@ /******/

!function() {
/* harmony export */ __nested_webpack_require_54450__.d(__nested_webpack_exports__, {
/* harmony export */ __nested_webpack_require_54460__.d(__nested_webpack_exports__, {
/* harmony export */ D_: function() { return /* reexport safe */ _data__WEBPACK_IMPORTED_MODULE_1__.D; },

@@ -731,9 +731,9 @@ /* harmony export */ Dz: function() { return /* reexport safe */ _optionsStore__WEBPACK_IMPORTED_MODULE_4__.D; },

/* harmony export */ });
/* harmony import */ var _core__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_54450__(57);
/* harmony import */ var _data__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_54450__(887);
/* harmony import */ var _error__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_54450__(585);
/* harmony import */ var _headers__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_54450__(466);
/* harmony import */ var _optionsStore__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_54450__(181);
/* harmony import */ var _response__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_54450__(402);
/* harmony import */ var _url__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_54450__(349);
/* harmony import */ var _core__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_54460__(57);
/* harmony import */ var _data__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_54460__(887);
/* harmony import */ var _error__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_54460__(585);
/* harmony import */ var _headers__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_54460__(466);
/* harmony import */ var _optionsStore__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_54460__(181);
/* harmony import */ var _response__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_54460__(402);
/* harmony import */ var _url__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_54460__(349);

@@ -740,0 +740,0 @@

{
"name": "@bearei/ali-serverless",
"version": "1.0.4",
"version": "1.0.5",
"main": "./lib/commonjs/index",

@@ -25,3 +25,3 @@ "module": "./lib/module/index",

"dependencies": {
"@bearei/ei": "^1.2.4"
"@bearei/ei": "^1.2.5"
},

@@ -28,0 +28,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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