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

flowcheck

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowcheck - npm Package Versions

0.2.7

Diff

Changelog

Source

v0.2.7

  • Bug Fix
    • "type.is is not a function" when using constructor function with assert.union #21 (thanks @ivan)
gcanti
published 0.2.6 •

Changelog

Source

v0.2.6

  • Bug Fix
    • empty shapes are interpreted as dicts #20
gcanti
published 0.2.5 •

Changelog

Source

v0.2.5

  • Internal
    • Removed debugger statement #15
gcanti
published 0.2.4 •

Changelog

Source

v0.2.4

  • Bug Fix
    • Removed CRLF from visitProgram causing wrong bad sourceMaps
  • Internal
    • Upgrade to latest babelify
gcanti
published 0.2.3 •

Changelog

Source

v0.2.3

  • Internal
    • It shouldn't die if requiring JSON, fix #12
gcanti
published 0.2.2 •

gcanti
published 0.2.1 •

Changelog

Source

v0.2.1

  • Internal
    • Changed the default namespace from f to _f to avoid likely name conflicts
    • Added a visitProgram to visitor.js. It adds var _f = require("flowcheck/assert"); at the beginning of the file, fix #4
    • Added to visitProgram a namespace.indexOf('require') === -1 check in order to not break flowcheck-loader (temporary)
  • New Feature
    • Added a boolean option skipImport (default false). If set to true, skips the visitProgram visitor (useful for tests or if you want to import by hand the module flowcheck/assert as a global)

v0.2

  • Polish
    • Code refactoring
  • Internal
    • Added more tests

v0.1

  • First release
gcanti
published 0.2.0 •

gcanti
published 0.1.0 •

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