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.6.16 to 2.7.0

21

.tsconfig.build.cjs.json
{
"compilerOptions": {
"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"
],
"exclude": [
"**/build",
"**/dist",
"**/node_modules",
"**/*.spec.*",

@@ -14,7 +29,3 @@ "**/*.spec",

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

@@ -14,7 +29,3 @@ "**/*.spec",

"**/stories/*"
],
"extends": "./tsconfig.json",
"include": [
"src"
]
}

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

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

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

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

@@ -44,3 +44,3 @@ {

"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^2.12.23"
"@xylabs/ts-scripts-yarn3": "^2.13.11"
},

@@ -55,3 +55,3 @@ "publishConfig": {

"sideEffects": false,
"version": "2.6.16"
"version": "2.7.0"
}

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