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

@hpcc-js/common

Package Overview
Dependencies
Maintainers
1
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpcc-js/common - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

1

lib-es6/FAChar.d.ts
import { SVGWidget } from "./SVGWidget";
import "font-awesome/css/font-awesome.css";
import "../src/FAChar.css";

@@ -4,0 +3,0 @@ export declare class FAChar extends SVGWidget {

import * as tslib_1 from "tslib";
import { SVGWidget } from "./SVGWidget";
import { Text } from "./Text";
import "font-awesome/css/font-awesome.css";
import "../src/FAChar.css";

@@ -6,0 +5,0 @@ var FAChar = (function (_super) {

2

lib-es6/Platform.d.ts

@@ -1,2 +0,2 @@

import "es6-promise";
import "es6-promise/auto";
export declare function version(): string;

@@ -3,0 +3,0 @@ export declare const ieVersion: number;

@@ -1,2 +0,2 @@

import "es6-promise";
import "es6-promise/auto";
var _version = "1.14.2-dev";

@@ -3,0 +3,0 @@ export function version() {

import { SVGWidget } from "./SVGWidget";
import "font-awesome/css/font-awesome.css";
import "../src/FAChar.css";

@@ -4,0 +3,0 @@ export declare class FAChar extends SVGWidget {

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

else if (typeof define === "function" && define.amd) {
define(["require", "exports", "tslib", "./SVGWidget", "./Text", "font-awesome/css/font-awesome.css", "../src/FAChar.css"], factory);
define(["require", "exports", "tslib", "./SVGWidget", "./Text", "../src/FAChar.css"], factory);
}

@@ -16,3 +16,2 @@ })(function (require, exports) {

var Text_1 = require("./Text");
require("font-awesome/css/font-awesome.css");
require("../src/FAChar.css");

@@ -19,0 +18,0 @@ var FAChar = (function (_super) {

@@ -1,2 +0,2 @@

import "es6-promise";
import "es6-promise/auto";
export declare function version(): string;

@@ -3,0 +3,0 @@ export declare const ieVersion: number;

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

else if (typeof define === "function" && define.amd) {
define(["require", "exports", "es6-promise"], factory);
define(["require", "exports", "es6-promise/auto"], factory);
}

@@ -13,3 +13,3 @@ })(function (require, exports) {

Object.defineProperty(exports, "__esModule", { value: true });
require("es6-promise");
require("es6-promise/auto");
var _version = "1.14.2-dev";

@@ -16,0 +16,0 @@ function version() {

{
"name": "@hpcc-js/common",
"version": "0.0.29",
"version": "0.0.30",
"description": "hpcc-js - Viz Common",

@@ -11,9 +11,11 @@ "main": "lib/index.js",

"lib-es6/*",
"dist/*"
"dist/*",
"fonts/*"
],
"scripts": {
"clean": "rimraf lib* && rimraf dist*",
"clean": "rimraf lib* && rimraf dist* && rimraf fonts",
"copy-resources": "cpx ../../node_modules/font-awesome/fonts/* ./font-awesome/fonts && cpx ../../node_modules/font-awesome/css/* ./font-awesome/css",
"build": "tsc",
"build-es6": "tsc --module es6 --outDir ./lib-es6",
"bundle": "node ./node_modules/@hpcc-js/bundle/lib/rollup",
"bundle": "npm run copy-resources && node ./node_modules/@hpcc-js/bundle/lib/rollup",
"docs": "typedoc --options tdoptions.json ."

@@ -34,2 +36,3 @@ },

"d3-zoom": "^1.3.0",
"es6-promise": "^4.1.0",
"font-awesome": "^4.7.0",

@@ -39,3 +42,4 @@ "tslib": "^1.7.1"

"devDependencies": {
"@hpcc-js/bundle": "^0.0.3",
"@hpcc-js/bundle": "^0.0.4",
"cpx": "^1.5.0",
"rimraf": "^2.6.1",

@@ -42,0 +46,0 @@ "typedoc": "^0.7.1",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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