francy-renderer-d3
Advanced tools
Comparing version 1.2.3 to 1.2.4
import Canvas from './src/canvas'; | ||
import { RenderingConfiguration } from 'francy-core'; | ||
export const RENDERER_NAME = 'D3-Renderer'; | ||
export class D3Renderer extends RenderingConfiguration { | ||
constructor(isDefault = true) { | ||
super(Canvas, 'D3-Renderer', isDefault); | ||
super(Canvas, RENDERER_NAME, isDefault); | ||
} | ||
} |
{ | ||
"name": "francy-renderer-d3", | ||
"version": "1.2.3", | ||
"description": "A D3.js Renderer for Francy", | ||
"version": "1.2.4", | ||
"description": "Francy - An Interactive Discrete Mathematics Framework for GAP - A D3.js Renderer", | ||
"author": "Manuel Martins <manuelmachadomartins@gmail.com>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mcmartins/francy.git" | ||
"url": "https://github.com/gap-packages/francy.git" | ||
}, | ||
@@ -13,4 +13,4 @@ "keywords": [ | ||
"francy", | ||
"graphics", | ||
"interactivity" | ||
"d3", | ||
"renderer" | ||
], | ||
@@ -23,7 +23,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"francy-core": "^1.2.3" | ||
"francy-core": "^1.2.4" | ||
}, | ||
"devDependencies": { | ||
"francy": "^1.2.3" | ||
"francy": "^1.2.4" | ||
} | ||
} |
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
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
36806
13
866
0
1
Updatedfrancy-core@^1.2.4