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

dattatable

Package Overview
Dependencies
Maintainers
1
Versions
512
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dattatable - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

build/styles.d.ts

1

build/dashboard/table.d.ts
import { Components } from "gd-sprest-bs";
import "datatables.net";
import "datatables.net-bs5";
import "../../node_modules/datatables.net-bs5/css/dataTables.bootstrap5.min.css";
/**

@@ -6,0 +5,0 @@ * Data Table

@@ -9,3 +9,2 @@ "use strict";

require("datatables.net-bs5");
require("../../node_modules/datatables.net-bs5/css/dataTables.bootstrap5.min.css");
/**

@@ -12,0 +11,0 @@ * Data Table

export * from "./common";
export * from "./dashboard";
export * from "./itemForm";
/** Styling */
import "./styles";
import { Dashboard } from "./dashboard";

@@ -5,0 +7,0 @@ declare const DattaTable: {

@@ -16,2 +16,5 @@ "use strict";

__exportStar(require("./itemForm"), exports);
/** Styling */
require("./styles");
/** Global Variable */
var common_1 = require("./common");

@@ -18,0 +21,0 @@ var dashboard_1 = require("./dashboard");

@@ -9,2 +9,4 @@ // Generated by dts-bundle v0.7.3

export * from "dattatable/itemForm";
/** Styling */
import "./styles";
import { Dashboard } from "dattatable/dashboard";

@@ -11,0 +13,0 @@ const DattaTable: {

{
"name": "dattatable",
"version": "0.1.2",
"version": "0.1.3",
"description": "",

@@ -8,6 +8,7 @@ "main": "build/index.js",

"scripts": {
"all": "npm run clean && tsc && npm run build && npm run prod && npm run typings",
"all": "npm run clean && tsc && npm run styles && npm run build && npm run prod && npm run typings",
"clean": "node ./clean.js",
"build": "webpack --mode=development",
"prod": "webpack --mode=production",
"styles": "webpack --mode=production --config=webpack.styles.js",
"typings": "dts-bundle --configJson dts-bundle.json"

@@ -14,0 +15,0 @@ },

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

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

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