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

@xylabs/assert

Package Overview
Dependencies
Maintainers
7
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/assert - 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": 0,
"url": "https://github.com/xylabs/sdk-js/blob/089a04a/packages/assert/src/index.ts#L23"
"url": "https://github.com/xylabs/sdk-js/blob/8f53295/packages/assert/src/index.ts#L23"
}

@@ -37,3 +37,3 @@ ],

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

@@ -167,5 +167,5 @@ ],

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

@@ -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