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

@remotion/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
915
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remotion/eslint-plugin - npm Package Compare versions

Comparing version 1.0.0 to 1.0.6-beta.0

dist/rules/warn-native-media-tag.d.ts

1

dist/index.d.ts
declare const _default: {
rules: {
"no-mp4-import": import("@typescript-eslint/experimental-utils/dist/ts-eslint/Rule").RuleModule<"NoMP4Import", [], import("@typescript-eslint/experimental-utils/dist/ts-eslint/Rule").RuleListener>;
"warn-native-media-tag": import("@typescript-eslint/experimental-utils/dist/ts-eslint/Rule").RuleModule<"NoNativeImgTag" | "NoNativeIFrameTag" | "NoNativeAudioTag" | "NoNativeVideoTag", [], import("@typescript-eslint/experimental-utils/dist/ts-eslint/Rule").RuleListener>;
};

@@ -5,0 +6,0 @@ };

@@ -6,4 +6,6 @@ "use strict";

const no_mp4_import_1 = __importDefault(require("./rules/no-mp4-import"));
const warn_native_media_tag_1 = __importDefault(require("./rules/warn-native-media-tag"));
const rules = {
"no-mp4-import": no_mp4_import_1.default,
"warn-native-media-tag": warn_native_media_tag_1.default,
};

@@ -10,0 +12,0 @@ module.exports = {

2

package.json
{
"name": "@remotion/eslint-plugin",
"version": "1.0.0",
"version": "1.0.6-beta.0",
"description": "A set of rules helping you avoid common pitfalls in Remotion.",

@@ -5,0 +5,0 @@ "scripts": {

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