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

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.36 to 1.2.37

lib/internal/filter.d.ts

12

CHANGELOG.md

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

## [1.2.37](https://github.com/bluelovers/ws-ts-type/compare/ts-type@1.2.36...ts-type@1.2.37) (2021-07-19)
### 🔖 Miscellaneous
* . ([8d84847](https://github.com/bluelovers/ws-ts-type/commit/8d848475d499f4d0a4ceb1279e06e5fbd2066372))
* . ([959095d](https://github.com/bluelovers/ws-ts-type/commit/959095d32c270ebb9af84bc0ffdf6f0b3c54355a))
## [1.2.36](https://github.com/bluelovers/ws-ts-type/compare/ts-type@1.2.35...ts-type@1.2.36) (2021-07-16)

@@ -8,0 +20,0 @@

1

lib/index.d.ts

@@ -13,2 +13,3 @@ export * from './generic';

export * from './helper/unpacked';
export * from './internal/filter';
export * from './logic/any';

@@ -15,0 +16,0 @@ export * from './type/base';

6

package.json
{
"name": "ts-type",
"version": "1.2.36",
"version": "1.2.37",
"description": "add some typescript type and re-export some build-in typescript type",

@@ -58,2 +58,3 @@ "keywords": [

"dependencies": {
"tslib": "^2.3.0",
"typedarray-dts": "^1.0.0"

@@ -63,5 +64,6 @@ },

"@types/bluebird": "*",
"@types/node": "*",
"ts-toolbelt": "^8.0.7"
},
"gitHead": "a697b60f17669edb304258b475ff01fed302d305"
"gitHead": "faf716fbdf1f61e4638db6c1bb7002efa6d924c6"
}
{
"extends": "@bluelovers/tsconfig/esm/mapfile.json",
"compilerOptions": {
"skipLibCheck": true
"skipLibCheck": true,
"noEmit": true,
"declaration": false
},

@@ -12,4 +14,5 @@ "exclude": [

"**/test/script/*",
"**/test/demo/*"
"**/test/demo/*",
"**/test/temp/*"
]
}

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