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

@remotion/shapes

Package Overview
Dependencies
Maintainers
0
Versions
361
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.213 to 4.0.214

5

dist/components/render-svg.d.ts

@@ -13,5 +13,2 @@ import type { Instruction } from '@remotion/paths';

transformOrigin: string;
} & Omit<React.SVGProps<SVGPathElement>, "width" | "height" | "d"> & {
debug?: boolean | undefined;
pathStyle?: React.CSSProperties | undefined;
}) => import("react/jsx-runtime").JSX.Element;
} & AllShapesProps) => import("react/jsx-runtime").JSX.Element;

7

dist/utils/join-points.d.ts
import type { Instruction } from '@remotion/paths';
export declare const joinPoints: (points: [
number,
number
][], { edgeRoundness, cornerRadius, roundCornerStrategy, }: {
export declare const joinPoints: (points: [number, number][], { edgeRoundness, cornerRadius, roundCornerStrategy, }: {
edgeRoundness: number | null;
cornerRadius: number;
roundCornerStrategy: 'arc' | 'bezier';
roundCornerStrategy: "arc" | "bezier";
}) => Instruction[];

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

"name": "@remotion/shapes",
"version": "4.0.213",
"version": "4.0.214",
"description": "Generate SVG shapes",

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

"dependencies": {
"@remotion/paths": "4.0.213"
"@remotion/paths": "4.0.214"
},

@@ -38,0 +38,0 @@ "homepage": "https://www.remotion.dev/docs/shapes",

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