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

clean-release

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-release - npm Package Compare versions

Comparing version 2.13.0 to 2.14.0

4

dist/index.js

@@ -9,3 +9,3 @@ "use strict";

const fs = tslib_1.__importStar(require("fs"));
const cpy_1 = tslib_1.__importDefault(require("cpy"));
const cp_file_1 = tslib_1.__importDefault(require("cp-file"));
const mkdirp_1 = tslib_1.__importDefault(require("mkdirp"));

@@ -158,3 +158,3 @@ const childProcess = tslib_1.__importStar(require("child_process"));

await mkdirp_1.default(directoryPath);
await cpy_1.default(file, directoryPath);
await cp_file_1.default(file, path.resolve(directoryPath, path.basename(file)));
console.log(`Copied: ${file} To: ${relativePath}`);

@@ -161,0 +161,0 @@ }

{
"name": "clean-release",
"version": "2.13.0",
"version": "2.14.0",
"description": "A CLI tool to copy files to be released into a tmp clean directory for npm publishing, electronjs packaging, docker image creation, or deployment",

@@ -30,13 +30,13 @@ "main": "dist/core.js",

"@types/mkdirp": "1.0.1",
"@types/node": "14.0.23",
"@types/node": "14.0.27",
"@types/rimraf": "3.0.0",
"@types/semver": "7.3.1",
"@types/tmp": "0.2.0",
"@typescript-eslint/eslint-plugin": "3.6.1",
"@typescript-eslint/parser": "3.6.1",
"eslint": "7.4.0",
"@typescript-eslint/eslint-plugin": "3.8.0",
"@typescript-eslint/parser": "3.8.0",
"eslint": "7.6.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-plantain": "1.0.0",
"markdownlint-cli": "0.23.2",
"no-unused-export": "1.11.1",
"no-unused-export": "1.12.2",
"ts-node": "8.10.2",

@@ -52,3 +52,3 @@ "tsconfig-plantain": "0.0.1",

"clean-scripts": "1",
"cpy": "8",
"cp-file": "9",
"glob": "7",

@@ -55,0 +55,0 @@ "minimist": "1",

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