Huge News!Announcing our $40M Series B led by Abstract Ventures.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
18

0.15.0-dev.20180918

Diff

harbard
published 0.15.0-dev.20180913 •

harbard
published 0.15.0-dev.20180908 •

harbard
published 0.14.0 •

Changelog

Source

v0.14.0

Features:

  • Added support for Project References added in TypeScript 3.0.0
    • Correctly process tsconfig.json containing references
    • Log no warning on empty files array if there are references
    • Added -r or --references CLI option to recursively lint all references. This works similar to tsc --build but doesn't build a dependency graph. Instead it processes the projects depth-first in their specified order.
  • Allow linting multiple projects in one run by specifiying -p or --project multiple times
  • If a file was not found, report the projects it was searched in

Bugfixes:

  • typecheck: correctly report declaration errors with "composite": true
harbard
published 0.14.0-dev.20180906 •

harbard
published 0.14.0-dev.20180905 •

harbard
published 0.14.0-dev.20180902 •

harbard
published 0.13.0 •

Changelog

Source

v0.13.0

:warning: Breaking Changes:

  • Node.js v9 is no longer officially supported
  • TypeScript v2.7 is no longer officially supported

Features:

  • new rule: no-restricted-property-access
  • new rule: no-useless-strict
  • no-useless-declare: declare keyword is useless on exported declarations in declaration files

Bugfixes:

  • no-duplicate-spread-property: correctly handles computed names
  • no-duplicate-spread-property: exclude class getters and setters like it's already done for class methods
  • no-duplicate-spread-property: no error on getter and setter pair
  • no-invalid-assertion: handle intersection types
  • prefer-for-of: don't suggest for-of if implementation of iteration protocol contains private or protected members
  • CLI: fixed handling of --version
  • CLI: correctly handle absolute paths
  • fixed corrupted internal state during autofixing with --project without typed rules
harbard
published 0.13.0-dev.20180807 •

harbard
published 0.13.0-dev.20180804 •

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