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

@waiting/shared-types

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waiting/shared-types - npm Package Compare versions

Comparing version 23.19.1 to 23.20.1

4

package.json
{
"name": "@waiting/shared-types",
"author": "waiting",
"version": "23.19.1",
"version": "23.20.1",
"description": "shared typescript types",

@@ -72,3 +72,3 @@ "keywords": [

},
"gitHead": "ffd89abaa91638608bff8ab7955cf67013a740a4"
"gitHead": "1feb0a698affa2856e8ffad22f4cd45fc40dce60"
}
export * from './lib/index.js'
{
"compilerOptions": {
"baseUrl": "${configDir}",
"baseUrl": ".",
"declaration": true,

@@ -31,3 +31,3 @@ "declarationMap": false,

"resolveJsonModule": true,
"rootDir": "${configDir}/src",
"rootDir": "src",
"skipLibCheck": true,

@@ -38,3 +38,3 @@ "sourceMap": true,

"stripInternal": true,
"target": "ES2023",
"target": "ES2022",
"tsBuildInfoFile": ".tsbuildinfo",

@@ -45,10 +45,10 @@ "types" : ["mocha", "node"],

"include": [
"${configDir}/src/**/*.ts"
"src/**/*.ts"
],
"exclude": [
"${configDir}/asset",
"${configDir}/app/public",
"${configDir}/app/views",
"${configDir}/dist",
"${configDir}/fixtures",
"asset",
"app/public",
"app/views",
"dist",
"fixtures",
"node_modules*",

@@ -55,0 +55,0 @@ "**/*.d.ts",

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