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.13 to 0.0.14

4

lib/enums.ts
export class Enums {
public static enumNames<T>(enm: T): string[] {
public static enumNames(enm: any): string[] {
let res = [], keys = Object.keys(enm), i = 0, len = keys.length;

@@ -16,3 +16,3 @@

public static enumValues<T>(enm: T): T[] {
public static enumValues<T>(enm: any): T[] {
let res = [], keys = Object.keys(enm), i = 0, len = keys.length;

@@ -19,0 +19,0 @@

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

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