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

@sewing-kit/plugins

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sewing-kit/plugins - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

14

build/cjs/index.js

@@ -8,2 +8,4 @@ "use strict";

DiagnosticError: true,
LogLevel: true,
Loggable: true,
Task: true,

@@ -30,2 +32,14 @@ Env: true,

});
Object.defineProperty(exports, "LogLevel", {
enumerable: true,
get: function () {
return _ui.LogLevel;
}
});
Object.defineProperty(exports, "Loggable", {
enumerable: true,
get: function () {
return _ui.Loggable;
}
});
Object.defineProperty(exports, "Task", {

@@ -32,0 +46,0 @@ enumerable: true,

2

build/ts/index.d.ts

@@ -1,2 +0,2 @@

export { DiagnosticError } from '@sewing-kit/ui';
export { DiagnosticError, LogLevel, Loggable } from '@sewing-kit/ui';
export { Task, Env, WorkspaceTasks, ProjectTasks } from '@sewing-kit/tasks';

@@ -3,0 +3,0 @@ export { SeriesHook, WaterfallHook } from '@sewing-kit/hooks';

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

exports.DiagnosticError = ui_1.DiagnosticError;
exports.LogLevel = ui_1.LogLevel;
var tasks_1 = require("@sewing-kit/tasks");

@@ -10,0 +11,0 @@ exports.Task = tasks_1.Task;

{
"name": "@sewing-kit/plugins",
"license": "MIT",
"version": "0.0.13",
"version": "0.0.14",
"sideEffects": false,

@@ -11,5 +11,5 @@ "publishConfig": {

"dependencies": {
"@sewing-kit/hooks": "^0.0.15",
"@sewing-kit/hooks": "^0.0.16",
"@sewing-kit/model": "^0.0.8",
"@sewing-kit/tasks": "^0.0.11",
"@sewing-kit/tasks": "^0.0.12",
"@sewing-kit/ui": "^0.0.17",

@@ -19,3 +19,3 @@ "change-case": "^4.1.0",

},
"gitHead": "2a3e749b89e118d2d196eda849d9634535470813"
"gitHead": "5331c444a48f26365e68363b96871cb88b60734b"
}

@@ -1,2 +0,2 @@

export {DiagnosticError} from '@sewing-kit/ui';
export {DiagnosticError, LogLevel, Loggable} from '@sewing-kit/ui';
export {Task, Env, WorkspaceTasks, ProjectTasks} from '@sewing-kit/tasks';

@@ -3,0 +3,0 @@ export {SeriesHook, WaterfallHook} from '@sewing-kit/hooks';

Sorry, the diff of this file is not supported yet

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