You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP β†’
Socket
Book a DemoSign in
Socket

@ncoderz/superenum

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ncoderz/superenum - npm Package Compare versions

Comparing version
0.2.0
to
0.2.2
+18
-21
package.json
{
"name": "@ncoderz/superenum",
"version": "0.2.0",
"version": "0.2.2",
"description": "Simple, typesafe enums in TypeScript, fully compatible with standard JavaScript",

@@ -26,8 +26,5 @@ "author": "zx-ncoderz",

},
"packageManager": "yarn@3.2.4",
"engines": {
"node": ">=10",
"npm": ">=6.8.0",
"git": ">=2.11.0",
"yarn": ">=3"
"npm": ">=6.8.0"
},

@@ -53,17 +50,17 @@ "keywords": [

"@types/eslint-plugin-prettier": "^3.1.0",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.7",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"core-js": "^3.26.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"core-js": "^3.31.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-arca": "^0.16.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.2.2",
"jest-environment-node": "^29.2.2",
"jest-junit": "^14.0.1",
"prettier": "^2.7.1",
"rollup": "^3.2.3",
"jest": "^29.5.0",
"jest-environment-node": "^29.5.0",
"jest-junit": "^16.0.0",
"prettier": "^2.8.8",
"rollup": "^3.25.1",
"rollup-plugin-babel-minify": "^10.0.0",

@@ -74,7 +71,7 @@ "rollup-plugin-commonjs": "^10.1.0",

"shx": "^0.3.4",
"ts-jest": "^29.0.3",
"typedoc": "^0.23.19",
"typedoc-plugin-markdown": "^3.13.6",
"typescript": "^4.8.4"
"ts-jest": "^29.1.0",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "^5.1.3"
}
}
@ncoderz/superenum
================
![Build & Test](https://github.com/ncoderz/superenum/actions/workflows/build-test.yml/badge.svg?branch=master)
![Build & Test](https://github.com/ncoderz/superenum/actions/workflows/build-test.yml/badge.svg?branch=main)

@@ -6,0 +6,0 @@ Simple, typesafe enums in TypeScript, fully compatible with standard JavaScript.