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

@fimbul/valtyr

Package Overview
Dependencies
Maintainers
2
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fimbul/valtyr - npm Package Versions

1
46
18

0.21.0-dev.20190505

Diff
harbard
published 0.21.0-dev.20190505 •
harbard
published 0.21.0-dev.20190424 •
harbard
published 0.21.0-dev.20190412 •
harbard
published 0.21.0-dev.20190406 •
harbard
published 0.21.0-dev.20190403 •
harbard
published 0.21.0-dev.20190329 •
harbard
published 0.21.0-dev.20190328 •
harbard
published 0.21.0-dev.20190322 •
harbard
published 0.21.0-dev.20190318 •
harbard
published 0.20.0 •

Changelog

Source

v0.20.0

:tada: Since the last release we published an official extension for VSCode.

:warning: Breaking Changes:

  • TypeScript v3.0 is no longer officially supported

Features:

  • bifrost: pass names of all linted files to TSLint formatters
  • new rule: no-useless-destructuring
  • no-useless-assertion: detect redundant as const assertions
  • no-useless-assertion: stricter checks of literal type assertions in const context ({ prop: 1 as 1 } as const)
  • no-inferred-empty-object: correctly handle higher order function type inference (type parameter propagation) and unions of call signatures

Bugfixes:

  • wotan: fixed a crash caused by changes to TypeScript's internal API
  • no-useless-predicate: fixes false positive with typeof {} === 'object'
  • no-useless-assertion: don't treat as const like as any