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

@sewing-kit/tasks

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sewing-kit/tasks - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

2

build/ts/index.d.ts

@@ -116,3 +116,5 @@ import { SeriesHook, WaterfallHook, TypeCheckWorkspaceConfigurationHooks, TestWorkspaceConfigurationHooks, TestPackageHooks, TestWebAppHooks, TestServiceHooks, TestProjectWorkspaceContext, LintWorkspaceConfigurationHooks, BuildWorkspaceConfigurationHooks, BuildWebAppHooks, BuildPackageHooks, BuildServiceHooks, DevWorkspaceConfigurationHooks, DevWebAppHooks, DevPackageHooks, DevServiceHooks } from '@sewing-kit/hooks';

}
export declare type DevReloadStyle = 'fast' | false;
export interface DevTaskOptions {
readonly reload?: DevReloadStyle;
readonly sourceMaps?: boolean;

@@ -119,0 +121,0 @@ }

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Task = exports.Env = void 0;
var Env;

@@ -4,0 +5,0 @@ (function (Env) {

6

package.json
{
"name": "@sewing-kit/tasks",
"license": "MIT",
"version": "0.0.21",
"version": "0.0.22",
"sideEffects": false,

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

"@sewing-kit/hooks": "^0.0.23",
"@sewing-kit/model": "^0.0.14"
"@sewing-kit/model": "^0.0.15"
},
"gitHead": "6e5aeab2dca7950e0c6f06ee1839beefe477848d"
"gitHead": "6444ed2b55ee9e47f0d1f6d0627285b45b667763"
}

@@ -195,3 +195,6 @@ import {

export type DevReloadStyle = 'fast' | false;
export interface DevTaskOptions {
readonly reload?: DevReloadStyle;
readonly sourceMaps?: boolean;

@@ -198,0 +201,0 @@ }

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