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

@remotion/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
942
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

to
1.4.0-alpha.4601a769

dist/rules/deterministic-randomness.d.ts

1

dist/index.d.ts

@@ -5,2 +5,3 @@ declare const _default: {

"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>;
"deterministic-randomness": import("@typescript-eslint/experimental-utils/dist/ts-eslint/Rule").RuleModule<"DeterministicRandomness", [], import("@typescript-eslint/experimental-utils/dist/ts-eslint/Rule").RuleListener>;
};

@@ -7,0 +8,0 @@ };

@@ -5,2 +5,3 @@ "use strict";

};
const deterministic_randomness_1 = __importDefault(require("./rules/deterministic-randomness"));
const no_mp4_import_1 = __importDefault(require("./rules/no-mp4-import"));

@@ -11,2 +12,3 @@ const warn_native_media_tag_1 = __importDefault(require("./rules/warn-native-media-tag"));

"warn-native-media-tag": warn_native_media_tag_1.default,
"deterministic-randomness": deterministic_randomness_1.default,
};

@@ -13,0 +15,0 @@ module.exports = {

2

package.json
{
"name": "@remotion/eslint-plugin",
"version": "1.3.0-alpha.e4586da5",
"version": "1.4.0-alpha.4601a769",
"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