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

@remotion/studio-shared

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remotion/studio-shared - npm Package Compare versions

Comparing version 4.0.142 to 4.0.143

12

dist/stringify-default-props.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.stringifyDefaultProps = void 0;
const remotion_1 = require("remotion");
const no_react_1 = require("remotion/no-react");
const doesMatchPath = (path1, enumPaths) => {

@@ -23,7 +23,9 @@ return enumPaths.some((p) => path1.every((item, index) => {

}
if (typeof item === 'string' && item.startsWith(remotion_1.Internals.FILE_TOKEN)) {
return `__REMOVEQUOTE____WRAP_IN_STATIC_FILE_START__${decodeURIComponent(item.replace(remotion_1.Internals.FILE_TOKEN, ''))}__WRAP_IN_STATIC_FILE_END____REMOVEQUOTE__`;
if (typeof item === 'string' &&
item.startsWith(no_react_1.NoReactInternals.FILE_TOKEN)) {
return `__REMOVEQUOTE____WRAP_IN_STATIC_FILE_START__${decodeURIComponent(item.replace(no_react_1.NoReactInternals.FILE_TOKEN, ''))}__WRAP_IN_STATIC_FILE_END____REMOVEQUOTE__`;
}
if (typeof item === 'string' && item.startsWith(remotion_1.Internals.DATE_TOKEN)) {
return `__REMOVEQUOTE____WRAP_IN_DATE_START__${decodeURIComponent(item.replace(remotion_1.Internals.DATE_TOKEN, ''))}__WRAP_IN_DATE_END____REMOVEQUOTE__`;
if (typeof item === 'string' &&
item.startsWith(no_react_1.NoReactInternals.DATE_TOKEN)) {
return `__REMOVEQUOTE____WRAP_IN_DATE_START__${decodeURIComponent(item.replace(no_react_1.NoReactInternals.DATE_TOKEN, ''))}__WRAP_IN_DATE_END____REMOVEQUOTE__`;
}

@@ -30,0 +32,0 @@ return value;

{
"name": "@remotion/studio-shared",
"version": "4.0.142",
"version": "4.0.143",
"description": "Shared items between Remotion Studio frontend and backend",

@@ -17,3 +17,3 @@ "main": "dist",

"dependencies": {
"remotion": "4.0.142"
"remotion": "4.0.143"
},

@@ -29,3 +29,3 @@ "devDependencies": {

"prettier-plugin-organize-imports": "3.2.4",
"@remotion/renderer": "4.0.142"
"@remotion/renderer": "4.0.143"
},

@@ -32,0 +32,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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