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 19.0.1 to 19.2.0

dist/index.js.map

1

dist/index.js
export * from './lib/index.js';
//# sourceMappingURL=index.js.map
/* eslint-disable @typescript-eslint/no-explicit-any */
export {};
//# sourceMappingURL=alias.js.map
/* eslint-disable max-len */
/* eslint-disable @typescript-eslint/no-explicit-any */
export {};
//# sourceMappingURL=common.js.map
/* eslint-disable @typescript-eslint/no-explicit-any */
export {};
//# sourceMappingURL=data.js.map

@@ -11,1 +11,2 @@ export * from './alias.js';

export * from './web.js';
//# sourceMappingURL=index.js.map

@@ -7,1 +7,2 @@ /**

export {};
//# sourceMappingURL=npm-pkg.js.map
export {};
//# sourceMappingURL=stats.js.map
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable @typescript-eslint/prefer-ts-expect-error */
export {};
//# sourceMappingURL=template-literal.js.map
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable @typescript-eslint/prefer-ts-expect-error */
export {};
//# sourceMappingURL=trim.js.map
/* eslint-disable @typescript-eslint/no-explicit-any */
export {};
//# sourceMappingURL=tuple.js.map
/* eslint-disable @typescript-eslint/no-explicit-any */
export {};
//# sourceMappingURL=union.js.map
/* eslint-disable max-len */
/* eslint-disable @typescript-eslint/no-explicit-any */
export {};
//# sourceMappingURL=web.js.map

10

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

@@ -57,14 +57,10 @@ "keywords": [

"lint:nofix": "eslint --cache {src,test}/**/*.ts",
"prepublishOnly": "sh ../../.scripts/change-pkg-types-dist.sh",
"postpublish": "sh ../../.scripts/change-pkg-types-src.sh",
"purge": "npm run clean && rm node_modules -rf",
"rp": "rollup -c rollup.config.js --context this",
"rp:w": "npm run tsc:w | rollup -wc rollup.config.js",
"test": "cross-env TS_NODE_PROJECT=test/tsconfig.json mocha --loader=ts-node/esm",
"test:browser": "cd .config && npm run browser && cd ..",
"test:local": "cross-env TS_NODE_PROJECT=test/tsconfig.json ../../node_modules/.bin/mocha --loader=ts-node/esm --parallel=false",
"tsc": "tsc -p tsconfig.json",
"tsc": "tsc -b ",
"tsc:w": "tsc -p tsconfig.json -w"
},
"gitHead": "6e2e8f86fd382a16da078ae749d40ba0014d53be"
"gitHead": "92fc6425563c8e526ed50ef746c3059c8e274f35"
}

@@ -12,4 +12,4 @@ {

"incremental": true,
"module": "ESNext",
"moduleResolution": "node",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"newLine": "lf",

@@ -23,2 +23,6 @@ "noFallthroughCasesInSwitch": true,

"outDir": "dist",
"paths": {
"~/*": ["./src/*"],
"@/*": ["./test/*"]
},
"preserveConstEnums": true,

@@ -28,3 +32,3 @@ "pretty": true,

"skipLibCheck": true,
"sourceMap": false,
"sourceMap": true,
"strict": true,

@@ -31,0 +35,0 @@ "strictPropertyInitialization": false,

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