editmode-react
Advanced tools
| const autoprefixer = require("autoprefixer"); | ||
| const tailwindcss = require("tailwindcss"); | ||
| module.exports = { | ||
| plugins: ["postcss-preset-env", autoprefixer, tailwindcss], | ||
| }; |
| module.exports = { | ||
| content: ["./src/**/*.{js,jsx,ts,tsx}"], | ||
| theme: { | ||
| extend: {}, | ||
| }, | ||
| plugins: [], | ||
| }; |
+9
-1
| { | ||
| "name": "editmode-react", | ||
| "version": "3.1.37-canary.c1dd2e2.0", | ||
| "version": "3.1.37-canary.eb9efa7.0", | ||
| "description": "Convert slices of content in your React app into inline-editable Editmode chunks.", | ||
@@ -30,2 +30,3 @@ "main": "dist/main", | ||
| "react-inlinesvg": "^2.3.0", | ||
| "react-keyboard-event-handler": "^1.5.4", | ||
| "react-router-dom": "^5.2.0" | ||
@@ -42,2 +43,3 @@ }, | ||
| "auto": "^9.35.1", | ||
| "autoprefixer": "^10.4.2", | ||
| "babel-cli": "^6.26.0", | ||
@@ -48,4 +50,10 @@ "babel-core": "^6.26.3", | ||
| "babel-plugin-transform-react-jsx": "^6.24.1", | ||
| "css-loader": "^5.2.4", | ||
| "extract-text-webpack-plugin": "^3.0.2", | ||
| "postcss": "^8.4.5", | ||
| "postcss-loader": "^4.0.0", | ||
| "postcss-preset-env": "^6.7.0", | ||
| "react-art": "^17.0.2", | ||
| "style-loader": "^2.0.0", | ||
| "tailwindcss": "^3.0.15", | ||
| "webpack": "^4.43.0", | ||
@@ -52,0 +60,0 @@ "webpack-cli": "^3.3.12", |
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
130168
156.25%8
33.33%12
Infinity%0
-100%10
11.11%25
38.89%9
200%+ Added
+ Added