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.11 to 0.0.12

2

index.js

@@ -23,2 +23,4 @@ "use strict";

exports.Files = files_1.Files;
const enums_1 = require("./lib/enums");
exports.Enums = enums_1.Enums;
const util_1 = require("./lib/util");

@@ -25,0 +27,0 @@ exports.Util = util_1.Util;

3

index.ts

@@ -11,2 +11,3 @@ import {Numbers} from "./lib/numbers"

import {Files} from "./lib/files"
import {Enums} from "./lib/enums"
import {Util} from "./lib/util"

@@ -16,4 +17,4 @@

export {Numbers, Strings, Hash, Objects, Arrays, Classes, Guid, Promises, Time, Util, Files}
export {Numbers, Strings, Hash, Objects, Arrays, Classes, Guid, Promises, Time, Util, Files,Enums}

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

"main": "./index.js",
"version": "0.0.11",
"version": "0.0.12",
"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