New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cellstore-tableau

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cellstore-tableau - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

resources/tableauwdc-2.0.9.js

2

index.ts
import * as _ from "lodash";
import { Promise } from "es6-promise";
require("./lib/tableauwdc-2.0.9.js");
require("./resources/tableauwdc-2.0.9.js");

@@ -5,0 +5,0 @@ declare var tableau: any;

{
"name": "cellstore-tableau",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tableau web data connector integration for the cellstore",
"main": "index.js",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {

@@ -7,0 +8,0 @@ "build": "webpack",

module.exports = {
entry: "./index.ts",
output: {
path: __dirname,
path: __dirname+"/lib",
filename: "index.js"

@@ -6,0 +6,0 @@ },

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