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

@remotion/shapes

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remotion/shapes - npm Package Compare versions

Comparing version 3.3.73 to 3.3.75

{
"name": "@remotion/shapes",
"version": "3.3.73",
"description": "Utility functions and components for SVG shapes",
"main": "dist/index.js",
"sideEffects": false,
"scripts": {
"lint": "eslint src --ext ts,tsx",
"watch": "tsc -w",
"build": "tsc -d",
"test": "vitest --run"
},
"author": "Alex Fernandez, Jonny Burger <jonny@remotion.dev>",
"license": "MIT",
"repository": {
"url": "https://github.com/remotion-dev/remotion"
},
"bugs": {
"url": "https://github.com/remotion-dev/remotion/issues"
},
"devDependencies": {
"@jonny/eslint-config": "3.0.266",
"@testing-library/react": "^13.4.0",
"@types/node": "^16.7.5",
"@types/react": "18.0.26",
"@vitejs/plugin-react": "^2.0.0",
"eslint": "8.25.0",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^2.3.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"typescript": "^4.7.0",
"vitest": "0.24.3"
},
"keywords": [
"svg",
"path",
"utilities"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@remotion/paths": "3.3.73"
},
"gitHead": "085cd0f3fbcdca8c5d9f5e7ae44641befe7f389d"
}
"name": "@remotion/shapes",
"version": "3.3.75",
"description": "Utility functions and components for SVG shapes",
"main": "dist/index.js",
"sideEffects": false,
"author": "Alex Fernandez, Jonny Burger <jonny@remotion.dev>",
"license": "MIT",
"repository": {
"url": "https://github.com/remotion-dev/remotion"
},
"bugs": {
"url": "https://github.com/remotion-dev/remotion/issues"
},
"devDependencies": {
"@jonny/eslint-config": "3.0.266",
"@testing-library/react": "^13.4.0",
"@types/node": "^16.7.5",
"@types/react": "18.0.26",
"@vitejs/plugin-react": "^2.0.0",
"eslint": "8.25.0",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^2.3.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"typescript": "^4.7.0",
"vitest": "0.24.3"
},
"keywords": [
"svg",
"path",
"utilities"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@remotion/paths": "3.3.75"
},
"scripts": {
"lint": "eslint src --ext ts,tsx",
"watch": "tsc -w",
"build": "tsc -d",
"test": "vitest --run"
}
}