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

@accurat/acc-data-portrait

Package Overview
Dependencies
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accurat/acc-data-portrait - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

1

dist/lib/utils/svg-selector-utils.d.ts
export declare function getNodeById(svgNode: SVGElement, id: string): SVGGElement | null;
export declare function getNodesStartingWithId(svgNode: SVGElement, id: string): NodeListOf<SVGElement>;
export declare function getAllAnswersNodes(svgNode: SVGElement): NodeListOf<SVGGElement>;

@@ -3,0 +4,0 @@ export declare function getAllQuestionsNodes(svgNode: SVGElement): NodeListOf<SVGGElement>;

12

package.json

@@ -12,3 +12,3 @@ {

],
"version": "2.0.1",
"version": "2.0.2",
"repository": {

@@ -27,4 +27,10 @@ "type": "git",

".": {
"import": "./dist/acc-data-portrait.js",
"require": "./dist/acc-data-portrait.umd.js"
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/acc-data-portrait.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/acc-data-portrait.umd.js"
}
}

@@ -31,0 +37,0 @@ },

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

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