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

@wocker/core

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wocker/core - npm Package Compare versions

Comparing version 1.0.20-dev.0 to 1.0.20-dev.1

lib/core/ApplicationContext.d.ts

1

lib/index.d.ts
import "reflect-metadata";
export { Cli } from "@kearisp/cli";
export * from "./core";
export * from "./decorators";

@@ -4,0 +5,0 @@ export * from "./makes";

@@ -21,2 +21,3 @@ "use strict";

Object.defineProperty(exports, "Cli", { enumerable: true, get: function () { return cli_1.Cli; } });
__exportStar(require("./core"), exports);
__exportStar(require("./decorators"), exports);

@@ -23,0 +24,0 @@ __exportStar(require("./makes"), exports);

2

lib/makes/index.d.ts
export * from "./AppConfig";
export * from "./Config";
export * from "./ConfigCollection";
export * from "./Container";
export * from "./FileSystem";

@@ -11,2 +10,1 @@ export * from "./FS";

export * from "./Project";
export * from "./Factory";

@@ -20,3 +20,2 @@ "use strict";

__exportStar(require("./ConfigCollection"), exports);
__exportStar(require("./Container"), exports);
__exportStar(require("./FileSystem"), exports);

@@ -28,2 +27,1 @@ __exportStar(require("./FS"), exports);

__exportStar(require("./Project"), exports);
__exportStar(require("./Factory"), exports);

@@ -49,2 +49,3 @@ import { Container, ImageInfo, VolumeCreateResponse } from "dockerode";

tty?: boolean;
user?: string;
};

@@ -51,0 +52,0 @@ }

{
"name": "@wocker/core",
"version": "1.0.20-dev.0",
"version": "1.0.20-dev.1",
"author": "Kris Papercut <krispcut@gmail.com>",

@@ -28,3 +28,3 @@ "description": "Core of the Wocker",

"dependencies": {
"@kearisp/cli": "^2.0.6",
"@kearisp/cli": "^2.0.7-dev.0",
"fs": "^0.0.1-security",

@@ -31,0 +31,0 @@ "path": "^0.12.7",

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