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 4.1.2 to 4.1.3

2

dist/macro.d.ts
declare function codegen(literals: TemplateStringsArray, ...interpolations: Array<unknown>): any;
declare function codegen(code: string): any;
declare namespace codegen {
function require(code: string, ...args: Array<unknown>): any;
function require(modulePath: string, ...args: Array<unknown>): any;
}
declare const _default: typeof codegen;
export default _default;
{
"name": "babel-plugin-codegen",
"version": "4.1.2",
"version": "4.1.3",
"description": "Generate code at build-time",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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