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

canvas-recorder

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvas-recorder - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

dist/src/index.d.ts

13

package.json
{
"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"
}
}
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