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

@zambezi/d3-utils

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zambezi/d3-utils - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

man/forward.md

7

dist/d3-utils.js

@@ -173,2 +173,8 @@ (function (global, factory) {

function forward(dispatcher, type) {
return function forward() {
dispatcher.call.apply(dispatcher, [type, this].concat(Array.prototype.slice.call(arguments)));
};
}
function fromTarget(fn) {

@@ -376,2 +382,3 @@ return function handler() {

exports.emptyIfUndefinedFormat = emptyIfUndefinedFormat;
exports.forward = forward;
exports.fromDetail = fromDetail;

@@ -378,0 +385,0 @@ exports.fromTarget = fromTarget;

2

package.json
{
"name": "@zambezi/d3-utils",
"version": "3.1.0",
"version": "3.2.0",
"description": "Common utility functions to use with d3",

@@ -5,0 +5,0 @@ "keywords": [

@@ -10,2 +10,3 @@ export { appendFromTemplate } from './append-from-template'

export { emptyIfUndefinedFormat } from './empty-if-undefined-format'
export { forward } from './forward'
export { fromDetail, fromTarget } from './event'

@@ -12,0 +13,0 @@ export { keyCodeHandler } from './key-code-handler'

@@ -29,2 +29,3 @@ Summary

- [event (fromTarget and fromDetail)](man/event.md)
- [forward](man/forward.md)

@@ -31,0 +32,0 @@ - Interaction helpers

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