New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@adminide-stack/core

Package Overview
Dependencies
Maintainers
1
Versions
816
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adminide-stack/core - npm Package Compare versions

Comparing version 0.0.15-31 to 0.0.15-32

lib/constants/default-workspace-config.d.ts

1

lib/constants/index.d.ts
export * from './constants';
export * from './default-workspace-config';

@@ -114,2 +114,19 @@ module.exports =

/***/ "./src/constants/default-workspace-config.ts":
/*!***************************************************!*\
!*** ./src/constants/default-workspace-config.ts ***!
\***************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_RAM = 536870912;
exports.DEFAULT_HDD = 1073741824;
exports.DEFAULT_CPU = 1;
/***/ }),
/***/ "./src/constants/index.ts":

@@ -129,2 +146,3 @@ /*!********************************!*\

__export(__webpack_require__(/*! ./constants */ "./src/constants/constants.ts"));
__export(__webpack_require__(/*! ./default-workspace-config */ "./src/constants/default-workspace-config.ts"));

@@ -131,0 +149,0 @@

2

package.json
{
"name": "@adminide-stack/core",
"version": "0.0.15-31",
"version": "0.0.15-32",
"description": "AdminIDE core for higher packages to depend on",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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