Comparing version 3.0.3 to 3.0.4
{ | ||
"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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39993
206