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

@remotion/paths

Package Overview
Dependencies
Maintainers
0
Versions
448
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remotion/paths - npm Package Compare versions

Comparing version 4.0.226 to 4.0.227

eslint.config.mjs

1

dist/helpers/bezier-values.js

@@ -5,3 +5,2 @@ "use strict";

exports.binomialCoefficients = exports.cValues = exports.tValues = void 0;
/* eslint-disable @typescript-eslint/no-loss-of-precision */
/* eslint-disable no-loss-of-precision */

@@ -8,0 +7,0 @@ // Legendre-Gauss abscissae (xi values, defined at i=n as the roots of the nth order Legendre polynomial Pn(x))

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

"name": "@remotion/paths",
"version": "4.0.226",
"version": "4.0.227",
"description": "Utilities for working with SVG paths",

@@ -21,2 +21,6 @@ "main": "dist/index.js",

],
"devDependencies": {
"eslint": "9.14.0",
"@remotion/eslint-config-internal": "4.0.227"
},
"publishConfig": {

@@ -28,5 +32,6 @@ "access": "public"

"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