You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@particle/make-enum

Package Overview
Dependencies
Maintainers
24
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@particle/make-enum - npm Package Compare versions

Comparing version

to
1.0.7

6

CHANGELOG.md
# `@particle/make-enum` Changelog
## v1.0.7
### Fixes & Updates
* Minor `README.md` tuning
## v1.0.6

@@ -5,0 +11,0 @@

2

package.json
{
"name": "@particle/make-enum",
"description": "A smart enum that throws when accessing a value that does not exist",
"version": "1.0.6",
"version": "1.0.7",
"author": "Particle Industries, inc",

@@ -6,0 +6,0 @@ "license": "UNLICENSED",

@@ -26,9 +26,9 @@ # `@particle/make-enum`

<!-- api-docs-start -->
<a name="module_makeEnum"></a>
<a name="module_@particle/make-enum"></a>
### makeEnum
### @particle/make-enum
* * *
<a name="exp_module_makeEnum--module.exports"></a>
<a name="exp_module_@particle/make-enum--module.exports"></a>

@@ -35,0 +35,0 @@ #### module.exports(values) ⇒ <code>Object</code> ⏏

/**
* @module makeEnum
* @module @particle/make-enum
* @typicalname makeEnum
*/

@@ -4,0 +5,0 @@