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

@common-stack/server-core

Package Overview
Dependencies
Maintainers
1
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@common-stack/server-core - npm Package Compare versions

Comparing version 0.0.14-18 to 0.0.14-21

lib/constants/index.d.ts

1

lib/index.d.ts
export * from './connector';
export * from './interfaces';
export * from './constants';

@@ -78,2 +78,3 @@ module.exports =

__export(__webpack_require__(1));
__export(__webpack_require__(4));

@@ -143,4 +144,29 @@

/***/ }),
/* 4 */
/***/ (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__(5));
/***/ }),
/* 5 */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TYPES = {
IHemeraSettings: Symbol('IHemeraSettings'),
};
/***/ })
/******/ ]);
//# sourceMappingURL=index.js.map

@@ -5,2 +5,3 @@ import * as Logger from 'bunyan';

logger?: Logger;
[key: string]: any;
}

@@ -7,0 +8,0 @@ export interface IDirectiveOptions {

7

package.json
{
"name": "@common-stack/server-core",
"version": "0.0.14-18",
"version": "0.0.14-21",
"description": "xterm server services for Node",

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

"devDependencies": {
"@common-stack/utils": "^0.0.14-18",
"@common-stack/utils": "^0.0.14-21",
"cross-env": "^5.1.3",

@@ -59,4 +59,3 @@ "jest": "^22.1.0",

"dependencies": {
"@common-stack/core": "*",
"merge-graphql-schemas": "^1.5.1"
"@common-stack/core": "*"
},

@@ -63,0 +62,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