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

ez-cli-tools

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ez-cli-tools - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

10

package.json
{
"name": "ez-cli-tools",
"version": "1.0.2",
"version": "1.0.3",
"description": "Typescript first CLI tools for Node.js with zero dependencies",

@@ -14,2 +14,3 @@ "repository": {

"module": "./dist/esm/index.mjs",
"types": "./dist/types/index.d.ts",
"scripts": {

@@ -37,10 +38,9 @@ "build": "pnpm build:cjs && pnpm build:esm",

"files": [
"/dist",
"/index.d.ts"
"/dist"
],
"types": "./index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
"require": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts"
},

@@ -47,0 +47,0 @@ "./package.json": "./package.json"

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