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
1
Versions
369
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.164 to 4.0.165

16

dist/utils/make-circle.js

@@ -14,4 +14,4 @@ "use strict";

type: 'M',
x: 0,
y: radius,
x: radius,
y: 0,
},

@@ -24,5 +24,5 @@ {

largeArcFlag: true,
sweepFlag: false,
dx: radius * 2,
dy: 0,
sweepFlag: true,
dx: 0,
dy: radius * 2,
},

@@ -35,5 +35,5 @@ {

largeArcFlag: true,
sweepFlag: false,
dx: -radius * 2,
dy: 0,
sweepFlag: true,
dx: 0,
dy: -radius * 2,
},

@@ -40,0 +40,0 @@ {

{
"name": "@remotion/shapes",
"version": "4.0.164",
"version": "4.0.165",
"description": "Utility functions and components for SVG shapes",

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

"dependencies": {
"@remotion/paths": "4.0.164"
"@remotion/paths": "4.0.165"
},

@@ -44,0 +44,0 @@ "scripts": {

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