New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
1.2.1

1

dist/rules/unused-exports.js

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

create: (context) => {
console.log({ context });
const { ignoreUsedInModule, ignoreTests, ignoreIndex } = Object.assign({ ignoreTests: false, ignoreIndex: true, ignoreUsedInModule: false }, context.options);

@@ -53,0 +52,0 @@ const parserServices = experimental_utils_1.ESLintUtils.getParserServices(context);

2

package.json
{
"name": "eslint-plugin-ts-exports",
"version": "1.2.0",
"version": "1.2.1",
"main": "dist/index.js",

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