Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

mkdist

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mkdist - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

dist/shared/mkdist.8b827583.mjs

54

package.json
{
"name": "mkdist",
"version": "1.0.0",
"version": "1.1.0",
"description": "Lightweight file-to-file transformer",

@@ -22,16 +22,8 @@ "repository": "unjs/mkdist",

],
"scripts": {
"build": "unbuild",
"dev": "pnpm mkdist test/fixture -d",
"lint": "eslint --ext .ts .",
"mkdist": "jiti src/cli",
"release": "pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish",
"test": "pnpm lint && vitest run --coverage"
},
"dependencies": {
"defu": "^6.1.1",
"esbuild": "^0.15.13",
"fs-extra": "^10.1.0",
"globby": "^13.1.2",
"jiti": "^1.16.0",
"esbuild": "^0.16.16",
"fs-extra": "^11.1.0",
"globby": "^13.1.3",
"jiti": "^1.16.2",
"mri": "^1.2.0",

@@ -41,18 +33,20 @@ "pathe": "^1.0.0"

"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/fs-extra": "^11.0.0",
"@types/mri": "^1.1.1",
"@types/node": "^18.11.9",
"@vitest/coverage-c8": "^0.25.2",
"@types/node": "^18.11.18",
"@vitest/coverage-c8": "^0.27.0",
"c8": "latest",
"eslint": "^8.27.0",
"eslint-config-unjs": "^0.0.2",
"sass": "^1.56.1",
"modern-normalize": "^1.1.0",
"eslint": "^8.31.0",
"eslint-config-unjs": "^0.0.3",
"prettier": "^2.8.2",
"sass": "^1.57.1",
"standard-version": "^9.5.0",
"typescript": "^4.8.4",
"unbuild": "^0.9.4",
"vitest": "^0.25.2"
"typescript": "^4.9.4",
"unbuild": "^1.0.2",
"vitest": "^0.27.0"
},
"peerDependencies": {
"sass": "^1.56.1",
"typescript": ">=4.8.4"
"sass": "^1.57.1",
"typescript": ">=4.9.4"
},

@@ -67,3 +61,11 @@ "peerDependenciesMeta": {

},
"packageManager": "pnpm@7.16.0"
}
"packageManager": "pnpm@7.23.0",
"scripts": {
"build": "unbuild",
"dev": "pnpm mkdist test/fixture -d",
"lint": "eslint --ext .ts . && prettier --check src test",
"mkdist": "jiti src/cli",
"release": "pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish",
"test": "pnpm lint && vitest run --coverage"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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