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

enum

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enum - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

3

package.json
{
"author": "adrai",
"name": "enum",
"version": "3.0.3",
"version": "3.0.4",
"private": false,

@@ -9,2 +9,3 @@ "type": "module",

"exports": {
"./package.json": "./package.json",
".": {

@@ -11,0 +12,0 @@ "require": "./cjs/enum.js",

# Introduction
[![travis](https://img.shields.io/travis/adrai/enum.svg)](https://travis-ci.org/adrai/enum) [![npm](https://img.shields.io/npm/v/enum.svg)](https://npmjs.org/package/enum)
[![Actions](https://github.com/adrai/enum/workflows/node/badge.svg)](https://github.com/adrai/enum/actions?query=workflow%3Anode)
[![travis](https://img.shields.io/travis/adrai/enum.svg)](https://travis-ci.org/adrai/enum)
[![npm](https://img.shields.io/npm/v/enum.svg)](https://npmjs.org/package/enum)

@@ -14,4 +16,4 @@ Enum is a javascript module that introduces the Enum Type. It works for node.js, in the browser and for deno.

|:------------|:----------------|:---------|
| `enum-3.0.3.js` | *uncompressed, with comments* | [Download](https://raw.github.com/adrai/enum/master/dist/enum-3.0.3.js) |
| `enum-3.0.3.min.js` | *compressed, without comments* | [Download](https://raw.github.com/adrai/enum/master/dist/enum-3.0.3.min.js) |
| `enum-3.0.4.js` | *uncompressed, with comments* | [Download](https://raw.github.com/adrai/enum/master/dist/enum-3.0.4.js) |
| `enum-3.0.4.min.js` | *compressed, without comments* | [Download](https://raw.github.com/adrai/enum/master/dist/enum-3.0.4.min.js) |

@@ -18,0 +20,0 @@ # Installation (node.js)

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