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

nitropack

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nitropack - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

./dist/index.mjs

84

package.json
{
"name": "nitropack",
"version": "2.2.1",
"version": "2.2.2",
"description": "Build and Deploy Universal JavaScript Servers",

@@ -27,20 +27,2 @@ "repository": "unjs/nitro",

],
"scripts": {
"build": "unbuild",
"dev": "pnpm nitro dev playground",
"dev:build": "pnpm nitro build playground",
"dev:start": "node playground/.output/server/index.mjs",
"docs:build": "vitepress build docs",
"docs:dev": "vitepress dev docs",
"docs:serve": "vitepress serve docs",
"lint": "eslint --cache --ext .ts,.mjs,.cjs . && prettier -c src",
"lint:fix": "eslint --cache --fix --ext .ts,.mjs,.cjs . && prettier --write -c src",
"nitro": "jiti ./src/cli.ts",
"prepack": "pnpm build",
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
"stub": "unbuild --stub",
"test": "pnpm lint && vitest run --silent",
"test:types": "tsc --noEmit && pnpm test:fixture:types",
"test:fixture:types": "pnpm stub && jiti ./test/scripts/gen-fixture-types.ts && cd test/fixture && tsc --noEmit"
},
"resolutions": {

@@ -63,3 +45,3 @@ "nitropack": "link:."

"archiver": "^5.3.1",
"c12": "^1.1.0",
"c12": "^1.1.2",
"chalk": "^5.2.0",

@@ -72,3 +54,3 @@ "chokidar": "^3.5.3",

"dot-prop": "^7.2.0",
"esbuild": "^0.17.6",
"esbuild": "^0.17.8",
"escape-string-regexp": "^5.0.0",

@@ -79,7 +61,7 @@ "etag": "^1.8.1",

"gzip-size": "^7.0.0",
"h3": "^1.4.0",
"h3": "^1.5.0",
"hookable": "^5.4.2",
"http-proxy": "^1.18.1",
"is-primitive": "^3.0.1",
"jiti": "^1.17.0",
"jiti": "^1.17.1",
"klona": "^2.0.6",

@@ -89,13 +71,13 @@ "knitwork": "^1.0.0",

"mime": "^3.0.0",
"mlly": "^1.1.0",
"mlly": "^1.1.1",
"mri": "^1.2.0",
"node-fetch-native": "^1.0.1",
"ofetch": "^1.0.0",
"node-fetch-native": "^1.0.2",
"ofetch": "^1.0.1",
"ohash": "^1.0.0",
"pathe": "^1.1.0",
"perfect-debounce": "^0.1.3",
"pkg-types": "^1.0.1",
"pkg-types": "^1.0.2",
"pretty-bytes": "^6.1.0",
"radix3": "^1.0.0",
"rollup": "^3.14.0",
"rollup": "^3.15.0",
"rollup-plugin-visualizer": "^5.9.0",

@@ -108,6 +90,6 @@ "scule": "^1.0.0",

"std-env": "^3.3.2",
"ufo": "^1.0.1",
"unenv": "^1.1.1",
"ufo": "^1.1.0",
"unenv": "^1.2.0",
"unimport": "^2.2.4",
"unstorage": "^1.1.4"
"unstorage": "^1.1.5"
},

@@ -122,15 +104,14 @@ "devDependencies": {

"@types/serve-static": "^1.15.0",
"@vitest/coverage-c8": "^0.28.4",
"c8": "^7.12.0",
"@vitest/coverage-c8": "^0.28.5",
"changelogen": "^0.4.1",
"edge-runtime": "^2.0.6",
"eslint": "^8.33.0",
"eslint": "^8.34.0",
"eslint-config-unjs": "^0.1.0",
"execa": "^6.1.0",
"execa": "^7.0.0",
"expect-type": "^0.15.0",
"miniflare": "^2.11.0",
"miniflare": "^2.12.0",
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"unbuild": "^1.1.1",
"vitest": "^0.28.4"
"unbuild": "^1.1.2",
"vitest": "^0.28.5"
},

@@ -141,12 +122,19 @@ "packageManager": "pnpm@7.27.0",

},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"react",
"@types/react",
"react-dom",
"@algolia/client-search"
]
}
"scripts": {
"build": "unbuild",
"dev": "pnpm nitro dev playground",
"dev:build": "pnpm nitro build playground",
"dev:start": "node playground/.output/server/index.mjs",
"docs:build": "vitepress build docs",
"docs:dev": "vitepress dev docs",
"docs:serve": "vitepress serve docs",
"lint": "eslint --cache --ext .ts,.mjs,.cjs . && prettier -c src",
"lint:fix": "eslint --cache --fix --ext .ts,.mjs,.cjs . && prettier --write -c src",
"nitro": "jiti ./src/cli.ts",
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
"stub": "unbuild --stub",
"test": "pnpm lint && vitest run --silent",
"test:types": "tsc --noEmit && pnpm test:fixture:types",
"test:fixture:types": "pnpm stub && jiti ./test/scripts/gen-fixture-types.ts && cd test/fixture && tsc --noEmit"
}
}
}

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