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

@rive-app/canvas-advanced-single

Package Overview
Dependencies
Maintainers
0
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rive-app/canvas-advanced-single - npm Package Compare versions

Comparing version 2.20.2 to 2.21.0

2

package.json
{
"name": "@rive-app/canvas-advanced-single",
"version": "2.20.2",
"version": "2.21.0",
"description": "Rive's lightweight low-level canvas based web api all in one js file.",

@@ -5,0 +5,0 @@ "main": "canvas_advanced_single.mjs",

@@ -459,2 +459,8 @@ interface RiveOptions {

inputByPath(name: string, path: string): SMIInput;
/**
* Returns a reference for a TextValueRun object to get/set a text value for
* @param name - Name of the Text Run to grab a reference to
* @param path - Path of where the text exists at an artboard level
*/
textByPath(name: string, path: string): TextValueRun;
}

@@ -461,0 +467,0 @@

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