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

@remotion/shapes

Package Overview
Dependencies
Maintainers
0
Versions
355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remotion/shapes - npm Package Compare versions

Comparing version 4.0.226 to 4.0.227

eslint.config.mjs

14

dist/components/render-svg.d.ts
import type { Instruction } from '@remotion/paths';
import React from 'react';
export type AllShapesProps = Omit<React.SVGProps<SVGPathElement>, 'width' | 'height' | 'd'> & {
debug?: boolean;
pathStyle?: React.CSSProperties;
readonly debug?: boolean;
readonly pathStyle?: React.CSSProperties;
};
export declare const RenderSvg: ({ width, height, path, style, pathStyle, transformOrigin, debug, instructions, ...props }: {
width: number;
height: number;
path: string;
instructions: Instruction[];
transformOrigin: string;
readonly width: number;
readonly height: number;
readonly path: string;
readonly instructions: Instruction[];
readonly transformOrigin: string;
} & AllShapesProps) => import("react/jsx-runtime").JSX.Element;

@@ -6,3 +6,3 @@ {

"name": "@remotion/shapes",
"version": "4.0.226",
"version": "4.0.227",
"description": "Generate SVG shapes",

@@ -20,3 +20,5 @@ "main": "dist/index.js",

"react-dom": "18.3.1",
"@happy-dom/global-registrator": "14.5.1"
"@happy-dom/global-registrator": "14.5.1",
"eslint": "9.14.0",
"@remotion/eslint-config-internal": "4.0.227"
},

@@ -36,3 +38,3 @@ "keywords": [

"dependencies": {
"@remotion/paths": "4.0.226"
"@remotion/paths": "4.0.227"
},

@@ -42,5 +44,6 @@ "homepage": "https://www.remotion.dev/docs/shapes",

"formatting": "prettier src --check",
"lint": "eslint src --ext ts,tsx",
"test": "bun test src"
"lint": "eslint src",
"test": "bun test src",
"make": "tsc -d"
}
}
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