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
0
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.1.8 to 2.1.9

dist/answers/text-question.d.ts

7

dist/index.d.ts

@@ -1,1 +0,6 @@

export * from './lib/main'
import { DataPortraitSurvey, DataPortraitMetadata } from './models/types';
export declare function createDataPortraits(originalSvg: string, metadata: DataPortraitMetadata, dataPortraitSurveys: DataPortraitSurvey[]): string[];
/**
* @deprecated please use createDataPortraits to reuse the SVG node as much as possible
*/
export declare function createDataPortrait(originalSvg: string, metadata: DataPortraitMetadata, dataPortraitSurvey: DataPortraitSurvey): string;

18

package.json

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

],
"version": "2.1.8",
"version": "2.1.9",
"repository": {

@@ -44,9 +44,9 @@ "type": "git",

"devDependencies": {
"@types/d3-interpolate-path": "^2.0.0",
"@types/lodash-es": "^4.14.194",
"@types/node": "^20.2.4",
"prettier": "^2.8.8",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vite-plugin-dts": "^2.3.0"
"@types/d3-interpolate-path": "^2.0.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.8",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-plugin-dts": "^4.2.4"
},

@@ -58,4 +58,4 @@ "dependencies": {

"parse-svg-path": "^0.1.2",
"svg-path-morph": "1.0.2"
"svg-path-morph": "^1.0.5"
}
}

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