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

@google/dscc

Package Overview
Dependencies
Maintainers
11
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google/dscc - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

6

_bundles/dscc.min.js

@@ -65,6 +65,2 @@ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("dscc",[],t):"object"==typeof exports?exports.dscc=t():e.dscc=t()}(window,function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:r})},n.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s="./src/index.ts")}({"./node_modules/querystringify/index.js":

*/
var r=n(/*! ./impl */"./src/impl.ts"),o=n(/*! ./library-types */"./src/library-types.ts"),s=n(/*! ./data-studio-types */"./src/data-studio-types.ts");t.Lib=o,t.DS=s,t.subscribeToData=r.subscribeToData,t.getWidth=r.getWidth,t.getHeight=r.getHeight},"./src/library-types.ts":
/*!******************************!*\
!*** ./src/library-types.ts ***!
\******************************/
/*! no static exports found */function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})}})});
var r=n(/*! ./impl */"./src/impl.ts");t.subscribeToData=r.subscribeToData,t.getWidth=r.getWidth,t.getHeight=r.getHeight}})});
import * as impl from './impl';
import * as LibraryTypes from './library-types';
import * as DataStudioTypes from './data-studio-types';
export declare const Lib: typeof LibraryTypes;
export declare const DS: typeof DataStudioTypes;
export declare const subscribeToData: (callback: (componentData: LibraryTypes.TransformedMessage) => void, subscriptionOptions?: impl.SubsciptionOptions) => Promise<() => void>;
export declare const getWidth: () => number;
export declare const getHeight: () => number;
import * as impl from './impl';
import * as LibraryTypes from './library-types';
import * as DataStudioTypes from './data-studio-types';
export declare const Lib: typeof LibraryTypes;
export declare const DS: typeof DataStudioTypes;
export declare const subscribeToData: (callback: (componentData: LibraryTypes.TransformedMessage) => void, subscriptionOptions?: impl.SubsciptionOptions) => Promise<() => void>;
export declare const getWidth: () => number;
export declare const getHeight: () => number;

@@ -17,6 +17,2 @@ /*!

import * as impl from './impl';
import * as LibraryTypes from './library-types';
import * as DataStudioTypes from './data-studio-types';
export var Lib = LibraryTypes;
export var DS = DataStudioTypes;
export var subscribeToData = impl.subscribeToData;

@@ -23,0 +19,0 @@ export var getWidth = impl.getWidth;

import * as impl from './impl';
import * as LibraryTypes from './library-types';
import * as DataStudioTypes from './data-studio-types';
export declare const Lib: typeof LibraryTypes;
export declare const DS: typeof DataStudioTypes;
export declare const subscribeToData: (callback: (componentData: LibraryTypes.TransformedMessage) => void, subscriptionOptions?: impl.SubsciptionOptions) => Promise<() => void>;
export declare const getWidth: () => number;
export declare const getHeight: () => number;

@@ -19,6 +19,2 @@ "use strict";

var impl = require("./impl");
var LibraryTypes = require("./library-types");
var DataStudioTypes = require("./data-studio-types");
exports.Lib = LibraryTypes;
exports.DS = DataStudioTypes;
exports.subscribeToData = impl.subscribeToData;

@@ -25,0 +21,0 @@ exports.getWidth = impl.getWidth;

2

package.json
{
"name": "@google/dscc",
"libraryName": "dscc",
"version": "0.0.8",
"version": "0.0.9",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "license": "Apache-2.0",

@@ -20,6 +20,4 @@ /*!

export const Lib = LibraryTypes;
export const DS = DataStudioTypes;
export const subscribeToData = impl.subscribeToData;
export const getWidth = impl.getWidth;
export const getHeight = impl.getHeight;

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

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