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

@typen/enum-object-types

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.3 to 0.0.4

2

dist/index.cjs.js

@@ -18,2 +18,3 @@ 'use strict';

const SYMBOL = 'Symbol';
const DATE = 'Date';

@@ -23,2 +24,3 @@ exports.ARRAY = ARRAY;

exports.BOOLEAN = BOOLEAN;
exports.DATE = DATE;
exports.FUNCTION = FUNCTION;

@@ -25,0 +27,0 @@ exports.MAP = MAP;

3

dist/index.esm.js

@@ -14,3 +14,4 @@ // from x => Object.prototype.toString.call(x)

const SYMBOL = 'Symbol';
const DATE = 'Date';
export { ARRAY, BIGINT, BOOLEAN, FUNCTION, MAP, NULL, NUMBER, OBJECT, SET, STRING, SYMBOL, UNDEFINED };
export { ARRAY, BIGINT, BOOLEAN, DATE, FUNCTION, MAP, NULL, NUMBER, OBJECT, SET, STRING, SYMBOL, UNDEFINED };
{
"name": "@typen/enum-object-types",
"version": "0.0.3",
"version": "0.0.4",
"description": "A type cheker",

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

"homepage": "https://github.com/hoyeungw/typen#readme",
"gitHead": "a96200e0730bc6b17e82589e079a49ca155394a1"
"gitHead": "294a00c30b393027e99f847ad49a5102fe11581b"
}
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