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

babel-plugin-codegen

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-codegen - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

3

package.json
{
"name": "babel-plugin-codegen",
"version": "1.1.2",
"version": "1.1.3",
"description": "Generate code at build-time",

@@ -29,2 +29,3 @@ "main": "dist/index.js",

"babel-core": "^6.25.0",
"babel-register": "^6.25.0",
"babel-template": "^6.25.0",

@@ -31,0 +32,0 @@ "require-from-string": "^1.2.1"

<div align="center">
<h1>babel-plugin-codegen</h1>
<h1>babel-plugin-codegen 💥</h1>
<strong>Generate code at build-time</strong>
<p>Generate code at build-time</p>
</div>

@@ -78,3 +78,3 @@

```javascript
codgen`
codegen`
const fs = require('fs')

@@ -81,0 +81,0 @@ module.exports = fs.readFileSync(require.resolve('./some-code.js'), 'utf8')

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