Socket
Socket
Sign inDemoInstall

@antfu/install-pkg

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antfu/install-pkg - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

24

package.json
{
"name": "@antfu/install-pkg",
"type": "module",
"version": "0.2.0",
"packageManager": "pnpm@8.10.5",
"version": "0.3.0",
"packageManager": "pnpm@8.11.0",
"description": "Install package programmatically.",

@@ -22,8 +22,13 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"main": "dist/index.js",
"main": "dist/index.cjs",
"module": "dist/index.js",

@@ -39,8 +44,9 @@ "types": "dist/index.d.ts",

"devDependencies": {
"@antfu/eslint-config": "^2.0.0",
"@antfu/ni": "^0.21.10",
"@types/node": "^20.9.3",
"@antfu/eslint-config": "^2.1.1",
"@antfu/ni": "^0.21.11",
"@types/node": "^20.10.0",
"bumpp": "^9.2.0",
"eslint": "^8.54.0",
"esno": "^4.0.0",
"publint": "^0.2.5",
"tsup": "^8.0.1",

@@ -47,0 +53,0 @@ "typescript": "^5.3.2"

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