New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@typen/enum-data-types

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typen/enum-data-types - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

2

dist/index.cjs.js

@@ -15,5 +15,7 @@ 'use strict';

const SYM = 'symbol';
const DEF = 'default';
exports.BIG = BIG;
exports.BOO = BOO;
exports.DEF = DEF;
exports.FUN = FUN;

@@ -20,0 +22,0 @@ exports.NUL = NUL;

3

dist/index.esm.js

@@ -11,3 +11,4 @@ // from x => typeof x

const SYM = 'symbol';
const DEF = 'default';
export { BIG, BOO, FUN, NUL, NUM, OBJ, STR, SYM, UND };
export { BIG, BOO, DEF, FUN, NUL, NUM, OBJ, STR, SYM, UND };
{
"name": "@typen/enum-data-types",
"version": "0.1.7",
"version": "0.1.8",
"description": "A type cheker",

@@ -32,3 +32,3 @@ "main": "dist/index.cjs.js",

"homepage": "https://github.com/hoyeungw/typen#readme",
"gitHead": "4ad3216b9769aed4198fc78e8ce6d617ac1e2d7e"
"gitHead": "4d0944b622508c4ba7b58434cf9561fd477df810"
}
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