Socket
Socket
Sign inDemoInstall

@remotion/motion-blur

Package Overview
Dependencies
6
Maintainers
1
Versions
334
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.149 to 4.0.150

4

bundle.ts

@@ -10,5 +10,3 @@ import {build} from 'bun';

const [file] = output.outputs;
const text = (await file.text())
.replace(/jsxDEV/g, 'jsx')
.replace(/react\/jsx-dev-runtime/g, 'react/jsx-runtime');
const text = await file.text();

@@ -15,0 +13,0 @@ await Bun.write('dist/esm/index.mjs', text);

{
"name": "@remotion/motion-blur",
"version": "4.0.149",
"version": "4.0.150",
"description": "Motion blur effect for Remotion",

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

"dependencies": {
"remotion": "4.0.149"
"remotion": "4.0.150"
},

@@ -43,3 +43,3 @@ "peerDependencies": {

"react-dom": "18.3.1",
"remotion": "4.0.149"
"remotion": "4.0.150"
},

@@ -57,4 +57,4 @@ "keywords": [

"lint": "eslint src --ext ts,tsx",
"build": "bun bundle.ts"
"build": "bun --env-file=../.env.bundle bundle.ts"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc