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

@opencreek/eslint-plugin-ts

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencreek/eslint-plugin-ts - npm Package Compare versions

Comparing version 0.5.0-canary.20.5942334688.0 to 0.5.0-canary.20.5942379773.0

3

build/lib/rules/require-import-js-extension.js

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

const indexFileExist = pathExistsWithAnyExtension(source + "/index", context);
if (!directFileExist && !indexFileExist) {
return;
}
context.report({

@@ -43,0 +46,0 @@ node,

4

package.json
{
"name": "@opencreek/eslint-plugin-ts",
"version": "0.5.0-canary.20.5942334688.0",
"version": "0.5.0-canary.20.5942379773.0",
"description": "ESLint plugin for Common TypeScript rules",

@@ -56,3 +56,3 @@ "keywords": [

},
"gitHead": "0870abf745ae8284e7af0365a2e8232accb76d20"
"gitHead": "d7e11e1af1d42d880a36824005b032c51944daaf"
}

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