canvas-recorder
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "canvas-recorder", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Records canvas animations frame by frame and generates PNGs for every frame to download.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"scripts": { | ||
"build": "tsc --p tsconfig.json", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test-files": "npm run build && browserify dist/tests/index.spec.js > dist/tests/bundle.js" | ||
}, | ||
@@ -25,7 +25,12 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/expect.js": "^0.3.29", | ||
"@types/file-saver": "^1.3.0", | ||
"@types/jszip": "^3.1.3", | ||
"@types/lodash": "^4.14.106", | ||
"@types/mocha": "^5.0.0", | ||
"browserify": "^16.1.1", | ||
"expect.js": "^0.3.1", | ||
"mocha": "^5.0.5", | ||
"typescript": "^2.8.1" | ||
} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
2
1
74
8427
9
4
150
1