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

@heap-dk/datadog-log-standard-attribute-types

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heap-dk/datadog-log-standard-attribute-types - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

.github/workflows/npm-publish.yaml

1

dist/index.d.ts

@@ -51,2 +51,3 @@ export declare enum DD_STATUS {

kind?: string;
[k: string]: null | undefined | string | number | object;
};

@@ -53,0 +54,0 @@ logger?: {

2

package.json
{
"name": "@heap-dk/datadog-log-standard-attribute-types",
"version": "1.1.2",
"version": "1.2.0",
"description": "Typescript types for datadog log context standard attributes",

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

@@ -11,10 +11,6 @@ # datadog-log-standard-attribute-types

This module is hosted on Github packages. In order to install it, set the following in your `.npmrc`:
```
@heap-dk:registry=https://npm.pkg.github.com
npm install --save-dev @heap-dk/datadog-log-standard-attribute-types
```
Then install with `npm install --save-dev @heap-dk/datadog-log-standard-attribute-types`
## Usage

@@ -21,0 +17,0 @@

@@ -59,2 +59,4 @@ export enum DD_STATUS {

kind?: string;
[k: string]: null | undefined | string | number | object;
};

@@ -61,0 +63,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