Socket
Socket
Sign inDemoInstall

ee-types

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ee-types - npm Package Compare versions

Comparing version 3.0.2 to 4.0.0

dist/types.d.ts

17

package.json
{
"name": "ee-types",
"version": "3.0.2",
"version": "4.0.0",
"description": "Reliable & easy Js & ES Type detection",
"main": "./src/types.mjs",
"directories": {

@@ -10,3 +9,5 @@ "test": "test"

"scripts": {
"test": "node --no-warnings --experimental-modules ./node_modules/.bin/section ./test/*.mjs --dev --log-level=error+ --log-module=*"
"build": "node ./node_modules/.bin/tsc",
"start": "node ./node_modules/.bin/tsc && node dist/index.js --l --dev",
"clean": "rm -r build"
},

@@ -29,4 +30,10 @@ "repository": {

"devDependencies": {
"section-tests": "^2.2.0"
}
"@tsconfig/node18": "^18.2.4",
"@types/node": "^22.5.0",
"section-tests": "^2.2.0",
"typescript": "^5.5.4"
},
"main": "dist/types.js",
"types": "dist/types.d.ts",
"type": "module"
}

@@ -5,5 +5,3 @@ # ee-types

Supported by [joinbox.com](https://joinbox.com/), your swiss node.js & javascript agency :rocket:
[![npm](https://img.shields.io/npm/dm/ee-types.svg?style=flat-square)](https://www.npmjs.com/package/ee-types)

@@ -10,0 +8,0 @@ [![Travis](https://img.shields.io/travis/eventEmitter/ee-types.svg?style=flat-square)](https://travis-ci.org/eventEmitter/ee-types)

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