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

eslint-plugin-ts-exports

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-ts-exports - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

dist/rules/unused-exports.js

@@ -14,7 +14,7 @@ "use strict";

exports.default = createRule({
name: "js-function-in-worklet",
name: "unused-exports",
meta: {
type: "problem",
docs: {
description: "non-worklet functions should be invoked via runOnJS. Use runOnJS() or workletlize instead.",
description: "Detects unused exports in TypeScript",
category: "Possible Errors",

@@ -21,0 +21,0 @@ recommended: "error",

{
"name": "eslint-plugin-ts-exports",
"version": "1.0.4",
"version": "1.0.5",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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