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

@datadog/vis-fetch

Package Overview
Dependencies
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datadog/vis-fetch - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

12

package.json
{
"name": "@datadog/vis-fetch",
"description": "Datadog Data Visualization SDK - Data fetching / parsing functions for Datadog APIs",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",

@@ -11,5 +11,6 @@ "source": "src/index.ts",

"unpkg": "./dist/index.umd.js",
"types": "./dist/index.d.ts",
"types": "./types/index.d.ts",
"files": [
"dist/",
"types/",
"README.md"

@@ -19,3 +20,3 @@ ],

"@datadog/ui-apps-sdk": "^0.13.0",
"@datadog/vis-core": "0.2.0"
"@datadog/vis-core": "0.2.1"
},

@@ -26,4 +27,5 @@ "publishConfig": {

"scripts": {
"build": "microbundle --no-sourcemap",
"clean": "rm -rf dist/",
"build": "microbundle --no-sourcemap && yarn run move-types",
"move-types": "./move-types.sh",
"clean": "rm -rf dist/ types/",
"dev": "microbundle watch",

@@ -30,0 +32,0 @@ "format-check": "prettier --check ./src",

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