Socket
Socket
Sign inDemoInstall

@xylabs/assert

Package Overview
Dependencies
Maintainers
7
Versions
221
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.6.15 to 2.6.16

dist/.tsconfig.build.cjs.tsbuildinfo

4

.tsconfig.build.cjs.json

@@ -11,3 +11,5 @@ {

"**/*.stories.*",
"**/*.example.*"
"**/*.example.*",
"**/spec/*",
"**/stories/*"
],

@@ -14,0 +16,0 @@ "extends": "./tsconfig.json",

@@ -11,3 +11,5 @@ {

"**/*.stories.*",
"**/*.example.*"
"**/*.example.*",
"**/spec/*",
"**/stories/*"
],

@@ -14,0 +16,0 @@ "extends": "./tsconfig.json",

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

"character": 0,
"url": "https://github.com/xylabs/sdk-js/blob/cdbd895/packages/assert/src/index.ts#L23"
"url": "https://github.com/xylabs/sdk-js/blob/5cd9095/packages/assert/src/index.ts#L23"
}

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

"character": 6,
"url": "https://github.com/xylabs/sdk-js/blob/cdbd895/packages/assert/src/index.ts#L15"
"url": "https://github.com/xylabs/sdk-js/blob/5cd9095/packages/assert/src/index.ts#L15"
}

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

"character": 0,
"url": "https://github.com/xylabs/sdk-js/blob/cdbd895/packages/assert/src/index.ts#L4"
"url": "https://github.com/xylabs/sdk-js/blob/5cd9095/packages/assert/src/index.ts#L4"
}
]
}

@@ -18,3 +18,3 @@ {

"docs": "dist/docs.json",
"types": "dist/esm/index.d.ts",
"types": "dist/types/index.d.ts",
"exports": {

@@ -38,3 +38,3 @@ ".": {

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

@@ -56,3 +56,3 @@ "homepage": "https://xylabs.com",

"sideEffects": false,
"version": "2.6.15"
"version": "2.6.16"
}
{
"compilerOptions": {
"esModuleInterop": true,
"outDir": "dist",
"sourceMap": true
"baseUrl": ".",
"composite": true,
"declarationDir": "./dist/types",
"outDir": "./dist",
"rootDir": "./src"
},
"exclude": [".yarn/**/*", "dist", "node_modules"],
"extends": "../../tsconfig.json"
"extends": "../../tsconfig.json",
"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