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

appolo-utils

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appolo-utils - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

3

index.js

@@ -21,4 +21,7 @@ "use strict";

exports.Time = time_1.Time;
const files_1 = require("./lib/files");
exports.Files = files_1.Files;
const util_1 = require("./lib/util");
exports.Util = util_1.Util;
exports.default = util_1.Util;
//# sourceMappingURL=index.js.map

7

index.ts

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

import {Numbers} from "./lib/numbers"

@@ -11,5 +10,9 @@ import {Strings} from "./lib/strings"

import {Time} from "./lib/time"
import {Files} from "./lib/files"
import {Util} from "./lib/util"
export default Util;
export {Numbers, Strings, Hash, Objects,Arrays,Classes,Guid,Promises,Time,Util}
export {Numbers, Strings, Hash, Objects, Arrays, Classes, Guid, Promises, Time, Util, Files}

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

}
static async rerCeateDir(dirPath) {
static async reCreateDir(dirPath) {
await Files.removeDir(dirPath, true);

@@ -51,0 +51,0 @@ await Files.createDir(dirPath);

@@ -66,3 +66,3 @@ import * as fs from "fs";

public static async rerCeateDir(dirPath: string): Promise<void> {
public static async reCreateDir(dirPath: string): Promise<void> {
await Files.removeDir(dirPath, true);

@@ -69,0 +69,0 @@

@@ -17,3 +17,3 @@ {

"main": "./index.js",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",

@@ -20,0 +20,0 @@ "repository": {

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