Socket
Socket
Sign inDemoInstall

strapi-generate-plugin

Package Overview
Dependencies
Maintainers
1
Versions
279
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-generate-plugin - npm Package Compare versions

Comparing version 3.0.0-alpha.4.8 to 3.0.0-alpha.5

23

json/package.json.js

@@ -25,25 +25,24 @@ 'use strict';

'name': scope.id,
'icon': 'ion-document-text',
'icon': 'plug',
'description': `Description of ${scope.id} plugin.`
},
'scripts': {
'analyze:clean': 'node_modules/strapi-helper-plugin/node_modules/rimraf/bin.js stats.json',
'analyze:clean': 'rimraf stats.json',
'preanalyze': 'npm run analyze:clean',
'analyze': 'node node_modules/strapi-helper-plugin/lib/internals/scripts/analyze.js',
'postinstall': 'npm run build:dll',
'prebuild': 'npm run build:clean && npm run test',
'build': 'node_modules/strapi-helper-plugin/node_modules/cross-env/bin/cross-env.js NODE_ENV=production node_modules/strapi-helper-plugin/node_modules/webpack/bin/webpack.js --config node_modules/strapi-helper-plugin/lib/internals/webpack/webpack.prod.babel.js --color -p --progress',
'build:clean': 'node_modules/strapi-helper-plugin/node_modules/rimraf/bin.js admin/build',
'build:dll': 'node node_modules/strapi-helper-plugin/lib/internals/scripts/dependencies.js',
'start': 'node_modules/strapi-helper-plugin/node_modules/cross-env/bin/cross-env.js NODE_ENV=development node node_modules/strapi-helper-plugin/lib/server',
'generate': 'node_modules/strapi-helper-plugin/node_modules/plop/plop.js --plopfile node_modules/strapi-helper-plugin/lib/internals/generators/index.js',
'lint': 'node_modules/strapi-helper-plugin/node_modules/eslint/bin/eslint.js --ignore-path .gitignore --config node_modules/strapi-helper-plugin/lib/internals/eslint/.eslintrc.json admin',
'build': 'cross-env NODE_ENV=production webpack --config node_modules/strapi-helper-plugin/lib/internals/webpack/webpack.prod.babel.js --color -p --progress',
'build:clean': 'rimraf admin/build',
'start': 'cross-env NODE_ENV=development node node_modules/strapi-helper-plugin/lib/server',
'generate': 'node_modules/plop/plop.js --plopfile node_modules/strapi-helper-plugin/lib/internals/generators/index.js',
'lint': 'eslint --ignore-path .gitignore --config node_modules/strapi-helper-plugin/lib/internals/eslint/.eslintrc.json admin',
'pretest': 'npm run lint',
'prettier': 'node_modules/strapi-helper-plugin/node_modules/prettier/bin/prettier.js --single-quote --trailing-comma es5 --write \'{admin,__{tests,mocks}__}/**/*.js\'',
'prettier': 'prettier --single-quote --trailing-comma es5 --write \"{admin,__{tests,mocks}__}/**/*.js\"',
'test': 'echo Tests are not implemented.',
'prepublish': 'npm run build'
'prepublish': 'npm run build',
'postinstall': 'node node_modules/strapi-helper-plugin/lib/internals/scripts/postinstall.js'
},
'dependencies': {},
'devDependencies': {
'strapi-helper-plugin': '3.0.0-alpha.4'
'strapi-helper-plugin': '3.0.0-alpha.4.8'
},

@@ -50,0 +49,0 @@ 'author': {

{
"name": "strapi-generate-plugin",
"version": "3.0.0-alpha.4.8",
"version": "3.0.0-alpha.5",
"description": "Generate an plugin for a Strapi application.",

@@ -16,5 +16,5 @@ "homepage": "http://strapi.io",

"dependencies": {
"fs-extra": "^0.30.0",
"fs-extra": "^4.0.0",
"lodash": "^4.17.4",
"pluralize": "^3.1.0"
"pluralize": "^6.0.0"
},

@@ -21,0 +21,0 @@ "scripts": {

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