Socket
Socket
Sign inDemoInstall

callsite-record

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

callsite-record - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "callsite-record",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create fancy call site records for any function up in the stack for the logging purposes.",

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

@@ -54,3 +54,3 @@ # callsite-record

### CallsiteRecord
#### CallsiteRecord.render([renderOptions]) → String
#### CallsiteRecord.render([renderOptions]) → Promise<String>
Renders call site record to the string.

@@ -132,2 +132,5 @@

#### CallsiteRecord.renderSync([renderOptions]) → String
Sync version of the `CallsiteRecord.render`.
## Related

@@ -134,0 +137,0 @@ * [is-es2016-keyword](https://github.com/inikulin/is-es2016-keyword) - Determine if string is an ES2016 keyword.

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