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

@fimbul/ve

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fimbul/ve - npm Package Versions

1
7

0.12.0

Diff

Changelog

Source

v0.12.0

Features:

  • no-inferred-empty-object: handle multiple JSDoc @template tags starting from TypeScript@3.0.0
  • no-unstable-api-use: better error message for signatures
  • no-useless-initializer: check computed names in destructuring

Bugfixes:

  • no-return-await, await-only-promise, no-useless-assertion: fixer looks into tagged templates when parenthesizing
  • prefer-dot-notation: fixer adds parens around numeric literals
  • type-assertion: no longer emit invalid code when fixing to classic style
harbard
published 0.12.0-dev.20180622 •

harbard
published 0.11.0 •

Changelog

Source

v0.11.0

:warning: Breaking Changes:

  • Dropped support for TypeScript@<2.7.0. The new backwards compatibility policy ensures support for the last 3 stable minor releases of TypeScript.
  • prefer-number-isnan -> prefer-number-methods which checks isFinite in addition

Features:

  • new rule: no-octal-escape
  • new rule: type-assertion
  • new rule: delete-only-optional-property
  • Added support for resolveJsonModule compilerOption
  • handle unknown type introduced in TypeScript@3.0.0
  • --fix no longer autofixes files with syntax errors to prevent further destroying your code

Bugfixes:

  • fixed crash in no-inferred-empty-object with TypeScript@3.0.0 and multiple JSDoc @template tags
  • no-useless-assertion: better handling of contextual types
  • no-useless-predicate: handle intersection types
  • prefer-for-of: ensure iterated object implements iteration protocol
  • prefer-for-of: ensure iterator yields the same type as index signature
  • no-unstable-api-use: check element access with well-known symbols
harbard
published 0.10.0 •

Changelog

Source

v0.10.0

This release fixes a few bugs related to the release process:

  • packages are released in dependency order: a new version of a package will not be published before it's dependency
  • fixed SemVer version mismatch by publishing packages that depend on other published packages

Bugfixes:

  • no-nan-compare: also detects comparing with Number.NaN
harbard
published 0.9.0-dev.20180505 •

harbard
published 0.9.0-dev.20180501 •

harbard
published 0.8.0-dev.20180411 •

harbard
published 0.6.0 •

Changelog

Source

v0.6.0

Features:

  • new rule: new-parens
  • new rule: no-case-declaration
  • new rule: no-duplicate-case
  • new rule: no-misused-generics
  • new rule: no-useless-jump-label
  • new rule: prefer-for-of
  • optimized some of the existing rules for performance
  • added decorators to ymir for commonly used rule predicates: @excludeDeclarationFiles and @typescriptOnly

Bugfixes:

  • Errors in tsconfig.json are now reported as warnings instead of errors. That allows the use of older versions of TypeScript while using compiler options introduced in a later version.
  • no-useless-predicate now also checks case clauses of switch statements
harbard
published 0.6.0-dev.20180322 •

harbard
published 0.6.0-dev.20180321 •

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