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

@hpcc-js/api

Package Overview
Dependencies
Maintainers
1
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpcc-js/api - npm Package Compare versions

Comparing version 0.0.37 to 0.0.38

6

dist/api.js

@@ -71,3 +71,3 @@ (function (global, factory) {

var IInput = (function (_super) {
var IInput = /** @class */ (function (_super) {
tslib_1.__extends(IInput, _super);

@@ -1446,3 +1446,3 @@ function IInput() {

var tip = tip$1 || undefined || _tip;
var ITooltip = (function (_super) {
var ITooltip = /** @class */ (function (_super) {
tslib_1.__extends(ITooltip, _super);

@@ -1559,3 +1559,3 @@ function ITooltip() {

var ITree = (function () {
var ITree = /** @class */ (function () {
function ITree() {

@@ -1562,0 +1562,0 @@ }

import * as tslib_1 from "tslib";
import { Widget } from "@hpcc-js/common";
var IInput = (function (_super) {
var IInput = /** @class */ (function (_super) {
tslib_1.__extends(IInput, _super);

@@ -5,0 +5,0 @@ function IInput() {

@@ -7,3 +7,3 @@ import * as tslib_1 from "tslib";

import "../src/ITooltip.css";
var ITooltip = (function (_super) {
var ITooltip = /** @class */ (function (_super) {
tslib_1.__extends(ITooltip, _super);

@@ -10,0 +10,0 @@ function ITooltip() {

import { Palette } from "@hpcc-js/common";
var ITree = (function () {
var ITree = /** @class */ (function () {
function ITree() {

@@ -4,0 +4,0 @@ }

@@ -14,3 +14,3 @@ (function (factory) {

var common_1 = require("@hpcc-js/common");
var IInput = (function (_super) {
var IInput = /** @class */ (function (_super) {
tslib_1.__extends(IInput, _super);

@@ -17,0 +17,0 @@ function IInput() {

@@ -18,3 +18,3 @@ (function (factory) {

require("../src/ITooltip.css");
var ITooltip = (function (_super) {
var ITooltip = /** @class */ (function (_super) {
tslib_1.__extends(ITooltip, _super);

@@ -21,0 +21,0 @@ function ITooltip() {

@@ -13,3 +13,3 @@ (function (factory) {

var common_1 = require("@hpcc-js/common");
var ITree = (function () {
var ITree = /** @class */ (function () {
function ITree() {

@@ -16,0 +16,0 @@ }

{
"name": "@hpcc-js/api",
"version": "0.0.37",
"version": "0.0.38",
"description": "hpcc-js - Viz api",

@@ -21,3 +21,3 @@ "main": "lib/index.js",

"dependencies": {
"@hpcc-js/common": "^0.0.37",
"@hpcc-js/common": "^0.0.38",
"d3-format": "^1.2.0",

@@ -28,6 +28,6 @@ "d3-tip": "GordonSmith/d3-tip#vJSNEXT",

"devDependencies": {
"@hpcc-js/bundle": "^0.0.9",
"@hpcc-js/bundle": "^0.0.10",
"rimraf": "^2.6.1",
"typedoc": "^0.7.1",
"typescript": "^2.4.2"
"typescript": "^2.5.2"
},

@@ -34,0 +34,0 @@ "repository": {

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