@remotion/paths
Advanced tools
Comparing version 4.0.0-prefetchinggg.14 to 4.0.0-retry.8
export { evolvePath } from './evolve-path'; | ||
export { extendViewBox } from './extend-viewbox'; | ||
export { getLength } from './get-length'; | ||
@@ -3,0 +4,0 @@ export { getParts } from './get-parts'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.reversePath = exports.normalizePath = exports.interpolatePath = exports.getTangentAtLength = exports.getPointAtLength = exports.getParts = exports.getLength = exports.evolvePath = void 0; | ||
exports.reversePath = exports.normalizePath = exports.interpolatePath = exports.getTangentAtLength = exports.getPointAtLength = exports.getParts = exports.getLength = exports.extendViewBox = exports.evolvePath = void 0; | ||
var evolve_path_1 = require("./evolve-path"); | ||
Object.defineProperty(exports, "evolvePath", { enumerable: true, get: function () { return evolve_path_1.evolvePath; } }); | ||
var extend_viewbox_1 = require("./extend-viewbox"); | ||
Object.defineProperty(exports, "extendViewBox", { enumerable: true, get: function () { return extend_viewbox_1.extendViewBox; } }); | ||
var get_length_1 = require("./get-length"); | ||
@@ -7,0 +9,0 @@ Object.defineProperty(exports, "getLength", { enumerable: true, get: function () { return get_length_1.getLength; } }); |
{ | ||
"name": "@remotion/paths", | ||
"version": "4.0.0-prefetchinggg.14+587f1b29d", | ||
"version": "4.0.0-retry.8+c5430346e", | ||
"description": "Utility functions for SVG paths", | ||
@@ -24,7 +24,7 @@ "main": "dist/index.js", | ||
"@types/node": "^16.7.5", | ||
"eslint": "8.13.0", | ||
"prettier": "^2.0.5", | ||
"eslint": "8.25.0", | ||
"prettier": "^2.7.1", | ||
"prettier-plugin-organize-imports": "^2.3.4", | ||
"typescript": "^4.7.0", | ||
"vitest": "^0.18.0" | ||
"vitest": "0.24.3" | ||
}, | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "587f1b29d46e4a4e5794a8f9a7f30e36518e8457" | ||
"gitHead": "c5430346ee9385f740948246b3d0774913f9ad6c" | ||
} |
@@ -12,3 +12,3 @@ ## @remotion/paths | ||
## API | ||
## API | ||
@@ -15,0 +15,0 @@ - [`getLength()`](https://remotion.dev/docs/paths/get-length) |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
120111
45
2948