@reactflow/background
Advanced tools
Comparing version 11.0.0-next.3 to 11.0.0-next.4
{ | ||
"name": "@reactflow/background", | ||
"version": "11.0.0-next.3", | ||
"version": "11.0.0-next.4", | ||
"description": "Background component with different variants for React Flow", | ||
@@ -16,5 +16,6 @@ "keywords": [ | ||
], | ||
"main": "dist/reactflow-background.cjs.js", | ||
"module": "dist/reactflow-background.esm.js", | ||
"types": "dist/reactflow-background.cjs.d.ts", | ||
"source": "src/index.tsx", | ||
"main": "dist/umd/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/esm/index.d.ts", | ||
"sideEffects": false, | ||
@@ -32,7 +33,11 @@ "publishConfig": { | ||
"@babel/runtime": "^7.18.9", | ||
"@reactflow/core": "11.0.0-next.3", | ||
"@reactflow/core": "11.0.0-next.4", | ||
"classcat": "^5.0.3" | ||
}, | ||
"devDependencies": { | ||
"tsconfig": "*" | ||
"@reactflow/eslint-config": "^0.0.0", | ||
"@reactflow/rollup-config": "0.0.0", | ||
"@reactflow/tsconfig": "0.0.0", | ||
"@types/node": "^18.7.16", | ||
"@types/react": "^18.0.19" | ||
}, | ||
@@ -42,3 +47,13 @@ "peerDependencies": { | ||
"react-dom": ">=18" | ||
}, | ||
"rollup": { | ||
"name": "ReactFlowBackground" | ||
}, | ||
"scripts": { | ||
"dev": "rollup --config node:@reactflow/rollup-config --watch", | ||
"build": "rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production", | ||
"lint": "eslint --ext .js,.jsx,.ts,.tsx src", | ||
"typecheck": "tsc --noEmit", | ||
"clean": "rimraf dist .turbo" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
136988
21
627
0
5
3
1
+ Added@reactflow/core@11.0.0-next.4(transitive)
- Removed@reactflow/core@11.0.0-next.3(transitive)