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

d2-analysis

Package Overview
Dependencies
Maintainers
3
Versions
333
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d2-analysis - npm Package Compare versions

Comparing version 33.1.0-ev.0 to 33.1.0-ev.1

1

lib/ui/ChartDownloadButtonItems.js

@@ -23,2 +23,3 @@ 'use strict';

text: i18n.image_png + ' (.png)',
cls: 'push-analytics-download-as-png-menu-item',
iconCls: 'ns-menu-item-image',

@@ -25,0 +26,0 @@ handler: function handler() {

@@ -30,2 +30,3 @@ 'use strict';

text: i18n.favorites,
cls: 'push-analytics-favorites-dropdown-menu-button',
menu: {},

@@ -32,0 +33,0 @@ handler: function handler(b) {

@@ -267,2 +267,3 @@ 'use strict';

text: i18n.download,
cls: 'push-analytics-download-dropdown-menu-button',
disabled: true,

@@ -269,0 +270,0 @@ menu: {},

4

lib/util/toPatchData.js

@@ -16,7 +16,5 @@ 'use strict';

var test = [['name', 'Nissa'], ['description', 'Blabla']];
var toPatchData = exports.toPatchData = function toPatchData(properties) {
if (!(0, _isObject2.default)(properties)) {
throw 'toPatchData: not an object: ' + properties;
throw 'toPatchData: not an object: ' + JSON.stringify(properties);
}

@@ -23,0 +21,0 @@

{
"name": "d2-analysis",
"version": "33.1.0-ev.0",
"version": "33.1.0-ev.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -20,2 +20,3 @@ export var ChartDownloadButtonItems;

text: i18n.image_png + ' (.png)',
cls: 'push-analytics-download-as-png-menu-item',
iconCls: 'ns-menu-item-image',

@@ -22,0 +23,0 @@ handler: function() {

@@ -18,2 +18,3 @@ import { FavoriteWindow } from './FavoriteWindow.js';

text: i18n.favorites,
cls: 'push-analytics-favorites-dropdown-menu-button',
menu: {},

@@ -20,0 +21,0 @@ handler: function(b) {

@@ -223,2 +223,3 @@ import isString from 'd2-utilizr/lib/isString';

text: i18n.download,
cls: 'push-analytics-download-dropdown-menu-button',
disabled: true,

@@ -225,0 +226,0 @@ menu: {},

import isObject from 'd2-utilizr/lib/isObject';
const test = [
['name', 'Nissa'],
['description', 'Blabla']
]
export const toPatchData = properties => {
if (!isObject(properties)) {
throw `toPatchData: not an object: ${properties}`
throw `toPatchData: not an object: ${JSON.stringify(properties)}`
}

@@ -12,0 +7,0 @@

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