New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

webgif

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webgif - npm Package Compare versions

Comparing version 0.0.1 to 1.0.2

.travis.yml

22

package.json
{
"name": "webgif",
"version": "0.0.1",
"description": "Generate GIF from website",
"version": "1.0.2",
"description": "Easily generate animated GIFs from websites",
"main": "index.js",
"bin": {
"webgif": "./index.js"
},
"scripts": {
"test": "true"
"test": "mocha"
},

@@ -23,3 +26,14 @@ "repository": {

},
"homepage": "https://github.com/anishkny/webgif#readme"
"homepage": "https://github.com/anishkny/webgif#readme",
"dependencies": {
"gifencoder": "^1.1.0",
"png-file-stream": "^1.0.0",
"puppeteer": "^1.2.0",
"tempdir": "^2.0.0",
"yargs": "^11.0.0"
},
"devDependencies": {
"mocha": "^5.0.5",
"shelljs": "^0.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