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

thunkagent

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thunkagent - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

index.js

@@ -8,6 +8,6 @@ var request = require('superagent');

fn(err, res);
})
}
});
};
};
module.exports = request;
{
"name": "thunkagent",
"version": "1.0.0",
"version": "1.0.1",
"description": "Yieldable SuperAgent with a thunk() method",

@@ -23,3 +23,7 @@ "main": "index.js",

],
"author": "Seznam.cz, a.s.",
"author": {
"name": "Juraj Hájovský",
"email": "juraj@hajovsky.sk",
"url": "http://hajovsky.sk"
},
"license": "MIT",

@@ -26,0 +30,0 @@ "bugs": {

@@ -16,4 +16,4 @@ var request = require('./index');

assert.equal(res.body.headers['User-Agent'], ua);
assert.equal(res.body.json['lorem'], 'ipsum');
assert.equal(res.body.json.lorem, 'ipsum');
}));
});
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