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

strapi-plugin-update-static-content

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-plugin-update-static-content - npm Package Compare versions

Comparing version 1.0.9 to 2.0.0

admin/src/components/CustomRow/index.tsx

38

package.json
{
"name": "strapi-plugin-update-static-content",
"version": "1.0.9",
"version": "2.0.0",
"description": "An strapi plugin to rebuild and deploy your SSG website via Github Actions.",

@@ -11,2 +11,6 @@ "strapi": {

},
"scripts": {
"build": "tsc -p tsconfig.server.json",
"develop": "tsc -p tsconfig.server.json -w"
},
"homepage": "https://github.com/everythinginjs/strapi-plugin-update-static-content#update-static-content---strapi-v4",

@@ -32,6 +36,9 @@ "bugs": {

"engines": {
"node": ">=14.19.1 <=18.x.x",
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"dependencies": {
"@strapi/design-system": "1.6.3",
"@strapi/helper-plugin": "4.6.0",
"@strapi/icons": "1.6.3",
"date-fns": "2.29.3",

@@ -41,12 +48,25 @@ "react-intl": "6.2.1"

"devDependencies": {
"@babel/eslint-parser": "^7.21.3",
"@babel/eslint-parser": "7.21.3",
"@babel/preset-react": "7.18.6",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.7"
"@strapi/typescript-utils": "4.6.0",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"@types/react-router-dom": "5.3.3",
"@types/styled-components": "5.1.26",
"eslint": "8.38.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"prettier": "2.8.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "5.3.4",
"styled-components": "5.3.6",
"typescript": "5.0.4"
},
"peerDependencies": {
"@strapi/strapi": "^4.4.5"
"react": "17.0.0 || 18.0.0",
"react-dom": "17.0.0 || 18.0.0",
"react-router-dom": "5.2.0",
"styled-components": "5.2.1"
},

@@ -53,0 +73,0 @@ "keywords": [

'use strict';
module.exports = require('./server');
module.exports = require('./dist/server');
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