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

impurge

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

impurge - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

9

impurge.js

@@ -61,4 +61,9 @@ var cheerio = require("cheerio")

}
request(url, function (err, res, body) {
var api_json = JSON.parse(body);
request(url, function (err, res, body) {
try{
var api_json = JSON.parse(body);
} catch (err) {
callback("impurge: JSON parsing error");
}
for (var type in api_json){

@@ -65,0 +70,0 @@ //console.log(type)

@@ -9,3 +9,3 @@ {

},
"version": "0.0.1",
"version": "0.0.2",
"engines": {

@@ -12,0 +12,0 @@ "node": "0.8.x"

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