Socket
Socket
Sign inDemoInstall

next-manifest

Package Overview
Dependencies
163
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

62

package.json
{
"name": "next-manifest",
"version": "2.0.0",
"description": "Next.js plugins for Web Manifest and PWA",
"license": "MIT",
"repository": "ragingwind/next-manifest",
"author": {
"name": "Jimmy Moon",
"email": "ragingwind@gmail.com",
"url": "https://ragingwind.me"
},
"engines": {
"node": ">=6"
},
"scripts": {},
"files": [
"index.js",
"manifest.js"
],
"keywords": [
"next",
"next-manifest",
"web manifest",
"manifest",
"pwa",
"progressive web app",
"next-plugins"
],
"dependencies": {
"@pwa/manifest": "^1.1.0",
"@pwa/manifest-icons": "^3.1.0"
}
"name": "next-manifest",
"version": "2.0.1",
"description": "Next.js plugins for Web Manifest and PWA",
"license": "MIT",
"repository": "ragingwind/next-manifest",
"author": {
"name": "Jimmy Moon",
"email": "ragingwind@gmail.com",
"url": "https://ragingwind.me"
},
"engines": {
"node": ">=6"
},
"scripts": {},
"files": [
"index.js",
"manifest.js"
],
"keywords": [
"next",
"next-manifest",
"web manifest",
"manifest",
"pwa",
"progressive web app",
"next-plugins"
],
"dependencies": {
"@pwa/manifest": "^1.1.0",
"@pwa/manifest-icons": "^4.0.0"
}
}

@@ -57,3 +57,3 @@ # next-manifest

for your convenience, this plguin supports `Manifest` component. You can place `Manifest` component under `<Head>` component in `_document.js` with props.
for your convenience, this plugin supports `Manifest` component. You can place `Manifest` component under `<Head>` component in `_document.js` with props.

@@ -60,0 +60,0 @@ ```js

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc