Socket
Socket
Sign inDemoInstall

@total-typescript/ts-reset

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@total-typescript/ts-reset - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

6

CHANGELOG.md
# @total-typescript/ts-reset
## 0.6.1
### Patch Changes
- 757be40: Fixed a bug where creating an empty map would no longer infer types correctly.
## 0.6.0

@@ -4,0 +10,0 @@

2

dist/map-constructor.d.ts
interface MapConstructor {
new (): Map<unknown, unknown>;
new <K = unknown, V = unknown>(): Map<K, V>;
}
{
"name": "@total-typescript/ts-reset",
"version": "0.6.0",
"version": "0.6.1",
"description": "A CSS reset for TypeScript, improving types for common JavaScript API's",

@@ -5,0 +5,0 @@ "private": false,

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