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

babel-plugin-flow-type-getter

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-flow-type-getter - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

example/.babelrc

12

package.json
{
"name": "babel-plugin-flow-type-getter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Access flow types from uninstantiated classes.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/DavidDionise/babel-plugin-flow-type-getter.git"
},
"scripts": {

@@ -20,9 +24,3 @@ "build": "babel example/index.js --out-file example/dist/index.js --watch",

"babylon": "^6.17.4"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"flow-bin": "^0.48.0"
}
}

@@ -12,3 +12,3 @@ ## Access your Flow types from classes before you instantiate objects.

{
"plugins": ["./index", "transform-flow-strip-types"]
"plugins": ["flow-type-getter", "transform-flow-strip-types"]
}

@@ -43,5 +43,5 @@ ```

-Navigate to the root directory of the project</br>
-Open the file example/index.js</br>
-Navigate to the `example` directory of the project</br>
-Open the file index.js in a text editor (only do this if you want to expriment)</br>
-Enter the command `npm run build` to start the babel --watch process (keep this shell open)</br>
-In a new shell, enter the command `npm start` to see the values logged out in example/index.js</br>

Sorry, the diff of this file is not supported yet

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