Socket
Socket
Sign inDemoInstall

@files-stack/client-core

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@files-stack/client-core - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

lib/common/index.d.ts

1

lib/index.d.ts
export * from './files';
export * from './common';

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

/******/
/******/ // identity function for calling harmony imports with the correct context
/******/ __webpack_require__.i = function(value) { return value; };
/******/
/******/ // define getter function for harmony exports

@@ -77,7 +74,42 @@ /******/ __webpack_require__.d = function(exports, name, getter) {

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__(1));
/***/ }),
/* 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));
/***/ }),
/* 2 */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const client_1 = __webpack_require__(3);
const logger = client_1.ClientLogger.create('FullStack', { level: 'trace' });
exports.logger = logger;
/***/ }),
/* 3 */
/***/ (function(module, exports) {
module.exports = require("@cdm-logger/client");
/***/ })
/******/ ]);
//# sourceMappingURL=index.js.map

16

package.json
{
"name": "@files-stack/client-core",
"version": "0.0.2",
"version": "0.0.3",
"description": "xterm server services for Node",

@@ -8,3 +8,3 @@ "main": "lib/index.js",

"jest": "./node_modules/.bin/jest",
"test": "jest",
"test": "cross-env ENV_FILE=../../config/test/test.env jest",
"test:debug": "npm test -- --runInBand",

@@ -30,3 +30,4 @@ "test:watch": "npm test -- --watch",

"tsx",
"js"
"js",
"json"
],

@@ -49,9 +50,10 @@ "transform": {

"devDependencies": {
"@files-stack/utils": "^0.0.2",
"jest": "^20.0.3",
"@files-stack/utils": "^0.0.3",
"cross-env": "^5.0.5",
"jest": "^21.1.0",
"rimraf": "^2.6.1",
"webpack": "^2.5.1"
"webpack": "^3.7.1"
},
"dependencies": {
"@files-stack/core": "^0.0.2"
"@files-stack/core": "^0.0.3"
},

@@ -58,0 +60,0 @@ "typings": "lib/index.d.ts",

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