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

@konfik-plugin/eslint

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@konfik-plugin/eslint - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

.turbo/turbo-build:ts.log

25

.konfik.ts
import { PackageJsonKonfik } from '@konfik-plugin/package-json'
import { TsconfigKonfik } from '@konfik-plugin/tsconfig'
import { version } from '../../.konfik/common.js'
import { basePackageJsonPlugin, baseTsconfigPlugin } from '../../.konfik/common.js'
export const packageJsonKonfik = PackageJsonKonfik({
...basePackageJsonPlugin,
name: '@konfik-plugin/eslint',
version,
exports: {
'.': './src/index.ts',
},
types: './src/index.ts',
dependencies: {
'@konfik/core': 'workspace:*',
...basePackageJsonPlugin.dependencies,
'@types/eslint': '^8',
eslint: '^8.8.0',
},
publishConfig: {
access: 'public',
},
})
export const tsconfigKonfik = TsconfigKonfik({
extends: '../../tsconfig.base.json',
compilerOptions: {
outDir: './dist',
rootDir: './src',
tsBuildInfoFile: './dist/.tsbuildinfo',
},
include: ['./src'],
references: [{ path: '../../packages/@konfik/core' }],
})
export const tsconfigKonfik = baseTsconfigPlugin
{
"_generatedByKonfik": "NOTE: This file was generated by Konfik and should not be edited directly",
"name": "@konfik-plugin/eslint",
"version": "0.0.13",
"type": "module",
"version": "0.0.14",
"sideEffects": false,
"scripts": {
"build:ts": "tsc"
},
"devDependencies": {
"typescript": "*"
},
"publishConfig": {
"access": "public"
},
"exports": {

@@ -9,9 +21,6 @@ ".": "./src/index.ts"

"dependencies": {
"@konfik/core": "0.0.13",
"@konfik/core": "0.0.14",
"@types/eslint": "^8",
"eslint": "^8.8.0"
},
"publishConfig": {
"access": "public"
}
}

@@ -0,7 +1,8 @@

// NOTE: This file was generated by Konfik and should not be edited directly
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"outDir": "./dist/src",
"rootDir": "./src",
"tsBuildInfoFile": "./dist/.tsbuildinfo"
"tsBuildInfoFile": "./dist/src/.tsbuildinfo"
},

@@ -8,0 +9,0 @@ "include": ["./src"],

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