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

flashheart

Package Overview
Dependencies
Maintainers
4
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flashheart - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "flashheart",
"version": "2.0.0",
"version": "2.0.1",
"description": "A fully-featured REST client built for ease-of-use and resilience",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -84,14 +84,2 @@ # flashheart

Note the HTTP response returned from cache is a cut-down version of the response that `request` supplies, currently it looks like the following:
```js
{
statusCode: 200,
headers: {
'content-type': 'application-json'
},
elapsedTime: // If time => true passed into request options
}
```
### Logging

@@ -98,0 +86,0 @@

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