New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fimbul/wotan

Package Overview
Dependencies
Maintainers
2
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fimbul/wotan - npm Package Versions

1
79
18

0.17.0-dev.20181219

Diff
harbard
published 0.17.0-dev.20181219 •
harbard
published 0.17.0-dev.20181218 •
harbard
published 0.17.0-dev.20181217 •
harbard
published 0.17.0-dev.20181215 •
harbard
published 0.17.0-dev.20181208 •
harbard
published 0.17.0-dev.20181205 •
harbard
published 0.17.0-dev.20181201 •
harbard
published 0.17.0-dev.20181130 •
harbard
published 0.16.0 •

Changelog

Source

v0.16.0

Features:

  • new rule: async-function-assignability
  • handle BigInt types and literals
  • no-duplicate-case: correctly handles BigInt and (bitwise) negation thereof
  • no-invalid-assertion: adds an additional check for asserting BigInts
  • no-useless-predicage: allows comparing typeof v === "bigint"
  • no-duplicate-spread-property: handle spreading of type variables introduced in typescript@3.2

Bugfixes:

  • no-duplicate-case: only use type information if strictNullChecks is enabled to avoid false positives
  • CLI normalizes .. and . in glob patterns and file names
  • no-duplicate-spread-property: works with intersection types
harbard
published 0.16.0-dev.20181115 •