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

babel-plugin-flow-comments

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-flow-comments - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "babel-plugin-flow-comments",
"version": "1.0.5",
"version": "1.0.6",
"description": "Turn flow type annotations into comments",

@@ -5,0 +5,0 @@ "repository": "babel-plugins/babel-plugin-flow-comments",

@@ -0,1 +1,3 @@

type T = /*test*/ number;
type T2 = /* *-/ */ number;
type CustomType = {

@@ -2,0 +4,0 @@ /** This is some documentation. */

"use strict";
/*:: type T = /*test*-/ number;*/
/*:: type T2 = /* *-ESCAPED/ *-/ number;*/
/*:: type CustomType = {
/** This is some documentation. //
/** This is some documentation. *-/
name: string;
};*/
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