Socket
Socket
Sign inDemoInstall

@xylabs/exists

Package Overview
Dependencies
Maintainers
7
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/exists - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

14

.tsconfig.build.cjs.json
{
"compilerOptions": {
"rootDir": "./src",
"rootDir": "src",
"rootDirs": [
"package.json"
],
"baseUrl": ".",
"composite": true,
"declarationDir": "./dist/types",
"outDir": "././dist/cjs",
"module": "CommonJS",
"outDir": "./dist/cjs",
"target": "ES6"
},
"extends": "../../tsconfig.json",
"include": [
"src/**/*",
"src"
],
"extends": "@xylabs/tsconfig",
"exclude": [

@@ -29,3 +24,6 @@ "**/build",

"**/stories/*"
],
"include": [
"src"
]
}
{
"compilerOptions": {
"rootDir": "./src",
"rootDir": "src",
"rootDirs": [
"package.json"
],
"baseUrl": ".",
"composite": true,
"declarationDir": "./dist/types",
"outDir": "././dist/esm",
"module": "ESNext",
"outDir": "./dist/esm",
"target": "ESNext"
},
"extends": "../../tsconfig.json",
"include": [
"src/**/*",
"src"
],
"extends": "@xylabs/tsconfig",
"exclude": [

@@ -29,3 +24,6 @@ "**/build",

"**/stories/*"
],
"include": [
"src"
]
}

@@ -20,3 +20,3 @@ {

"character": 13,
"url": "https://github.com/xylabs/sdk-js/blob/089a04a/packages/exists/src/index.ts#L9"
"url": "https://github.com/xylabs/sdk-js/blob/8f53295/packages/exists/src/index.ts#L9"
}

@@ -128,5 +128,5 @@ ],

"character": 0,
"url": "https://github.com/xylabs/sdk-js/blob/089a04a/packages/exists/src/index.ts#L9"
"url": "https://github.com/xylabs/sdk-js/blob/8f53295/packages/exists/src/index.ts#L9"
}
]
}

@@ -54,3 +54,3 @@ {

"sideEffects": false,
"version": "2.7.0"
"version": "2.7.1"
}
{
"compilerOptions": {
"baseUrl": ".",
"composite": true,
"declarationDir": "./dist/types",
"outDir": "./dist",
"rootDir": "./src"
"declarationDir": "./dist/types"
},
"extends": "../../tsconfig.json",
"include": ["src/**/*"]
"extends": "@xylabs/tsconfig"
}

Sorry, the diff of this file is not supported yet

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