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

@essex/build-step-clean

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@essex/build-step-clean - npm Package Compare versions

Comparing version 8.0.0-alpha.9 to 8.0.0-alpha.12

1

lib/index.d.ts
export declare function clean(files: string[]): Promise<void>;
export declare const cleanGulp: (...args: any[]) => import("@essex/build-utils").GulpyTask;

4

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.clean = void 0;
exports.cleanGulp = exports.clean = void 0;
/*!

@@ -9,2 +9,3 @@ * Copyright (c) Microsoft. All rights reserved.

/* eslint-disable @typescript-eslint/no-non-null-assertion */
const build_utils_1 = require("@essex/build-utils");
const rm_1 = require("./rm");

@@ -16,1 +17,2 @@ async function clean(files) {

exports.clean = clean;
exports.cleanGulp = build_utils_1.gulpify('clean', clean);
{
"name": "@essex/build-step-clean",
"version": "8.0.0-alpha.9",
"version": "8.0.0-alpha.12",
"main": "lib/index.js",

@@ -11,2 +11,3 @@ "typings": "lib/index.d.ts",

"dependencies": {
"@essex/build-utils": "^8.0.0-alpha.12",
"rimraf": "^3.0.2"

@@ -19,3 +20,3 @@ },

},
"gitHead": "1749e699bb509f670636bf87acc96c3f02713509"
"gitHead": "97228ac100cd981fedd72f5785953674dfc8faef"
}

@@ -6,2 +6,3 @@ /*!

/* eslint-disable @typescript-eslint/no-non-null-assertion */
import { gulpify } from '@essex/build-utils'
import { rm } from './rm'

@@ -13,1 +14,3 @@

}
export const cleanGulp = gulpify('clean', clean)
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