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.31 to 0.0.32

2

index.js

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

exports.Util = util_1.Util;
const reflectMetadata_1 = require("./lib/reflectMetadata");
exports.ReflectMetadata = reflectMetadata_1.ReflectMetadata;
exports.default = util_1.Util;
//# sourceMappingURL=index.js.map

3

index.ts

@@ -13,7 +13,8 @@ import {Numbers} from "./lib/numbers"

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

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

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