🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@rxap/node-utilities

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rxap/node-utilities - npm Package Compare versions

Comparing version

to
1.1.0-dev.13

src/lib/copy-folder-sync.d.ts

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

# [1.1.0-dev.13](https://gitlab.com/rxap/packages/compare/@rxap/node-utilities@1.1.0-dev.12...@rxap/node-utilities@1.1.0-dev.13) (2023-10-01)
### Features
- add function CopyFolderSync ([0f2bfbe](https://gitlab.com/rxap/packages/commit/0f2bfbeea982f49278d5142d094c62d84cddc6bf))
# [1.1.0-dev.12](https://gitlab.com/rxap/packages/compare/@rxap/node-utilities@1.1.0-dev.11...@rxap/node-utilities@1.1.0-dev.12) (2023-09-29)

@@ -8,0 +14,0 @@

4

package.json
{
"version": "1.1.0-dev.12",
"version": "1.1.0-dev.13",
"name": "@rxap/node-utilities",

@@ -38,5 +38,5 @@ "license": "GPL-3.0-or-later",

"type": "commonjs",
"gitHead": "7a4325374c1fae4c0b0064220d17e0052917370a",
"gitHead": "0572fea26873bbef8ccaa59c6801e19042489573",
"main": "./src/index.js",
"types": "./src/index.d.ts"
}

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

export * from './lib/copy-folder-sync';
export * from './lib/each-dir-sync';

@@ -2,0 +3,0 @@ export * from './lib/file-with-scope';

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

// region
tslib_1.__exportStar(require("./lib/copy-folder-sync"), exports);
tslib_1.__exportStar(require("./lib/each-dir-sync"), exports);

@@ -7,0 +8,0 @@ tslib_1.__exportStar(require("./lib/file-with-scope"), exports);

Sorry, the diff of this file is not supported yet