Socket
Socket
Sign inDemoInstall

@adminide-stack/client-redux

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adminide-stack/client-redux - npm Package Compare versions

Comparing version 0.0.15-8 to 0.0.15-9

145

lib/index.js

@@ -6,2 +6,5 @@ module.exports =

/******/
/******/ // object to store loaded and loading wasm modules
/******/ var installedWasmModules = {};
/******/
/******/ // The require function

@@ -49,2 +52,7 @@ /******/ function __webpack_require__(moduleId) {

/******/
/******/ // define __esModule on exports
/******/ __webpack_require__.r = function(exports) {
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules

@@ -65,8 +73,17 @@ /******/ __webpack_require__.n = function(module) {

/******/
/******/ // object with all compiled WebAssembly.Modules
/******/ __webpack_require__.w = {};
/******/
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 1);
/******/ return __webpack_require__(__webpack_require__.s = "./src/index.ts");
/******/ })
/************************************************************************/
/******/ ([
/* 0 */
/******/ ({
/***/ "./src/action-types.ts":
/*!*****************************!*\
!*** ./src/action-types.ts ***!
\*****************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

@@ -103,18 +120,8 @@

/***/ }),
/* 1 */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(__webpack_require__(2));
__export(__webpack_require__(6));
__export(__webpack_require__(0));
/***/ }),
/* 2 */
/***/ "./src/actions/box-actions.ts":
/*!************************************!*\
!*** ./src/actions/box-actions.ts ***!
\************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

@@ -124,20 +131,7 @@

function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(__webpack_require__(3));
/***/ }),
/* 3 */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const action_types_1 = __webpack_require__(0);
const action_types_2 = __webpack_require__(0);
__webpack_require__(4);
__webpack_require__(5);
const action_types_1 = __webpack_require__(/*! ../action-types */ "./src/action-types.ts");
const action_types_2 = __webpack_require__(/*! ../action-types */ "./src/action-types.ts");
__webpack_require__(/*! rxjs/add/operator/debounce */ "rxjs/add/operator/debounce");
__webpack_require__(/*! rxjs/add/observable/fromPromise */ "rxjs/add/observable/fromPromise");
exports.sync = (data) => {

@@ -173,15 +167,26 @@ return {

/***/ }),
/* 4 */
/***/ (function(module, exports) {
module.exports = require("rxjs/add/operator/debounce");
/***/ "./src/actions/index.ts":
/*!******************************!*\
!*** ./src/actions/index.ts ***!
\******************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
/***/ }),
/* 5 */
/***/ (function(module, exports) {
"use strict";
module.exports = require("rxjs/add/observable/fromPromise");
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(__webpack_require__(/*! ./box-actions */ "./src/actions/box-actions.ts"));
/***/ }),
/* 6 */
/***/ "./src/index.ts":
/*!**********************!*\
!*** ./src/index.ts ***!
\**********************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

@@ -195,7 +200,14 @@

Object.defineProperty(exports, "__esModule", { value: true });
__export(__webpack_require__(7));
__export(__webpack_require__(/*! ./actions */ "./src/actions/index.ts"));
__export(__webpack_require__(/*! ./reducers */ "./src/reducers/index.ts"));
__export(__webpack_require__(/*! ./action-types */ "./src/action-types.ts"));
/***/ }),
/* 7 */
/***/ "./src/reducers/box-reducer.ts":
/*!*************************************!*\
!*** ./src/reducers/box-reducer.ts ***!
\*************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

@@ -220,4 +232,45 @@

/***/ }),
/***/ "./src/reducers/index.ts":
/*!*******************************!*\
!*** ./src/reducers/index.ts ***!
\*******************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(__webpack_require__(/*! ./box-reducer */ "./src/reducers/box-reducer.ts"));
/***/ }),
/***/ "rxjs/add/observable/fromPromise":
/*!**************************************************!*\
!*** external "rxjs/add/observable/fromPromise" ***!
\**************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
module.exports = require("rxjs/add/observable/fromPromise");
/***/ }),
/***/ "rxjs/add/operator/debounce":
/*!*********************************************!*\
!*** external "rxjs/add/operator/debounce" ***!
\*********************************************/
/*! no static exports found */
/***/ (function(module, exports) {
module.exports = require("rxjs/add/operator/debounce");
/***/ })
/******/ ]);
/******/ });
//# sourceMappingURL=index.js.map
{
"name": "@adminide-stack/client-redux",
"version": "0.0.15-8",
"version": "0.0.15-9",
"description": "GraphQL for sample",

@@ -53,7 +53,7 @@ "main": "lib/index.js",

"rimraf": "^2.6.1",
"webpack": "^3.11.0"
"webpack": "^4.7.0"
},
"dependencies": {
"@adminide-stack/client-core": "^0.0.15-8",
"@adminide-stack/core": "^0.0.15-8"
"@adminide-stack/client-core": "^0.0.15-9",
"@adminide-stack/core": "^0.0.15-9"
},

@@ -60,0 +60,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

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