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

ts-type-predicates

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-type-predicates - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

dist/index.cjs

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.0.6](https://github.com/bluelovers/ws-ts-type/compare/ts-type-predicates@1.0.5...ts-type-predicates@1.0.6) (2021-12-07)
### 🛠 Build System
* use tsdx ([9af901a](https://github.com/bluelovers/ws-ts-type/commit/9af901a02046daf2dbb8a59086fa890757633458))
## [1.0.5](https://github.com/bluelovers/ws-ts-type/compare/ts-type-predicates@1.0.4...ts-type-predicates@1.0.5) (2021-07-27)

@@ -8,0 +19,0 @@

62

package.json
{
"name": "ts-type-predicates",
"version": "1.0.5",
"version": "1.0.6",
"description": "use asserts for make type predicates work",
"keywords": [
".d.ts",
"@types",
"declaration",
"dev",
"develop",
"development",
"environment",
"ide",
"interface",
"node",
"playground",
"runtime",
"ts",
"type",
"type-level",
"typelevel",
"types",
"typescript",
"typing",
"typings",
"type-helprt",
"toolbox",
"toolbelt",
"create-by-yarn-tool",
"create-by-tsdx"
],
"homepage": "https://github.com/bluelovers/ws-ts-type/tree/master/packages/ts-type-predicates#readme",

@@ -15,3 +42,16 @@ "bugs": {

"author": "bluelovers",
"main": "index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.mjs",
"require": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.esm.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {

@@ -22,7 +62,20 @@ "lint": "ynpx --quiet eslint -- **/*.ts",

"test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
"posttest": "yarn run build",
"build": "yarn run build:tsdx && yarn run build:dts",
"build:dts": "ynpx dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner & echo build:dts",
"build:tsdx": "ynpx @bluelovers/tsdx build --target node --name index",
"preversion": "echo preversion && yarn run test",
"version": "echo version",
"postversion": "echo postversion",
"prepublish": "echo prepublish",
"prepublishOnly": "echo prepublishOnly",
"prepublishOnly_": "yarn run prepublishOnly:check-bin && yarn run test",
"prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin",
"prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
"publish": "echo publish",
"postpublish": "echo postpublish",
"postpublishOnly": "echo postpublishOnly",
"ncu": "ynpx --quiet yarn-tool -- ncu -u",
"sort-package-json": "ynpx --quiet yarn-tool -- sort"
"sort-package-json": "ynpx --quiet yarn-tool -- sort",
"tsc:showConfig": "ynpx get-current-tsconfig -p"
},

@@ -33,3 +86,4 @@ "devDependencies": {

},
"gitHead": "3db58925a73a0d5555d4f8dd95f41e93e7855f5b"
"packageManager": "yarn@^1.22.11",
"gitHead": "9b8dbcc39d99e2c9a7bac24974950d237197c58e"
}
index.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