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
364
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.177 to 4.0.178

24

package.json
{
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/shapes"
},
"name": "@remotion/shapes",
"version": "4.0.177",
"description": "Utility functions and components for SVG shapes",
"version": "4.0.178",
"description": "Generate SVG shapes",
"main": "dist/index.js",

@@ -9,5 +12,2 @@ "sideEffects": false,

"license": "MIT",
"repository": {
"url": "https://github.com/remotion-dev/remotion"
},
"bugs": {

@@ -17,13 +17,6 @@ "url": "https://github.com/remotion-dev/remotion/issues"

"devDependencies": {
"@types/react-dom": "18.3.0",
"@jonny/eslint-config": "3.0.281",
"@testing-library/react": "^13.4.0",
"@types/node": "18.14.6",
"@types/react": "18.3.1",
"eslint": "8.56.0",
"prettier": "3.2.5",
"prettier-plugin-organize-imports": "3.2.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"vitest": "0.31.1"
"@happy-dom/global-registrator": "14.5.1"
},

@@ -43,9 +36,10 @@ "keywords": [

"dependencies": {
"@remotion/paths": "4.0.177"
"@remotion/paths": "4.0.178"
},
"homepage": "https://www.remotion.dev/docs/shapes",
"scripts": {
"formatting": "prettier src --check",
"lint": "eslint src --ext ts,tsx",
"test": "vitest --run"
"test": "bun test src"
}
}

@@ -1,24 +0,18 @@

## @remotion/shapes
A package providing utility functions for creating shapes with SVG.
Documentation: https://remotion.dev/shapes
No dependencies are needed, meaning this package can be used independently of Remotion.
## API
- [`makeRect()`](https://remotion.dev/docs/shapes/make-rect)
- [`makeCircle()`](https://remotion.dev/docs/shapes/make-circle)
- [`makeTriangle()`](https://remotion.dev/docs/shapes/make-triangle)
- [`makeEllipse()`](https://remotion.dev/docs/shapes/make-ellipse)
- [`makePolygon()`](https://remotion.dev/docs/shapes/make-polygon)
- [`<Circle />`](https://remotion.dev/docs/shapes/circle)
- [`<Rect />`](https://remotion.dev/shapes/shapes/rect)
- [`<Triangle />`](https://remotion.dev/shapes/shapes/triangle)
- [`<Ellipse />`](https://remotion.dev/shapes/shapes/ellipse)
- [`<Polygon />`](https://remotion.dev/shapes/shapes/polygon)
## License
MIT
# @remotion/shapes
Generate SVG shapes
[![NPM Downloads](https://img.shields.io/npm/dm/@remotion/shapes.svg?style=flat&color=black&label=Downloads)](https://npmcharts.com/compare/@remotion/shapes?minimal=true)
## Installation
```bash
npm install @remotion/shapes --save-exact
```
When installing a Remotion package, make sure to align the version of all `remotion` and `@remotion/*` packages to the same version.
Remove the `^` character from the version number to use the exact version.
## Usage
See the [documentation](https://www.remotion.dev/docs/shapes) for more information.
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