Socket
Socket
Sign inDemoInstall

ts-type

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-type - npm Package Compare versions

Comparing version 1.2.27 to 1.2.28

11

CHANGELOG.md

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

## [1.2.28](https://github.com/bluelovers/ws-ts-type/compare/ts-type@1.2.27...ts-type@1.2.28) (2020-07-26)
### 🔖 Miscellaneous
* . ([f81ac05](https://github.com/bluelovers/ws-ts-type/commit/f81ac05622e2853dfb60a83d08743817d3322cf9))
## [1.2.27](https://github.com/bluelovers/ws-ts-type/compare/ts-type@1.2.26...ts-type@1.2.27) (2020-07-26)

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

12

lib/index.d.ts
export * from './generic';
export * from './helper';
export * from './type/base';
export * from './type/bluebird';
export * from './type/decorators';
export * from './type/promise';
export * from './type/proxy';
export * from './type/record';
export * from './helper/filter';

@@ -11,7 +17,1 @@ export * from './helper/infer';

export * from './helper/unpacked';
export * from './type/base';
export * from './type/bluebird';
export * from './type/decorators';
export * from './type/promise';
export * from './type/proxy';
export * from './type/record';
{
"name": "ts-type",
"version": "1.2.27",
"version": "1.2.28",
"description": "add some typescript type and re-export some build-in typescript type",

@@ -44,6 +44,9 @@ "keywords": [

"scripts": {
"pretest": "yarn run build",
"test": "yarn run ts:check",
"build": "yarn run build-lib-toc",
"build-lib-toc": "npx ts-node ./test/script/toc && yarn run build:toc",
"build:toc": "tsc -p ./ --isolatedModules --noStrictGenericChecks --skipLibCheck & echo build:toc",
"prepublishOnly": "yarn run ncu && yarn run sort-package-json & yarn run build",
"preversion": "yarn run test",
"prepublishOnly": "echo prepublishOnly",
"ncu": "npx yarn-tool ncu -u",

@@ -54,3 +57,3 @@ "sort-package-json": "npx yarn-tool sort",

"dependencies": {
"ts-toolbelt": "^6.13.28",
"ts-toolbelt": "^6.9.9",
"typedarray-dts": "^1.0.0"

@@ -61,3 +64,3 @@ },

},
"gitHead": "810f2c52bfca66e36f8f2819a79e0a8972c8c3d9"
"gitHead": "e0d9d398a2906bdbf71fd893369d7234f35212e9"
}

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