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

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.7.2 to 3.0.0-alpha.7.3

templates/gitignore

7

lib/index.js

@@ -19,7 +19,8 @@ 'use strict';

module.exports = {
templatesDirectory: () => {
return path.resolve(__dirname, '..', 'templates');
},
templatesDirectory: path.resolve(__dirname, '..', 'templates'),
before: require('./before'),
targets: {
'plugins/:humanizeId/.gitignore': {
copy: 'gitignore'
},

@@ -26,0 +27,0 @@ // Use the default `controller` file as a template for

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

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

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