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

babel-plugin-estrela

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-estrela - npm Package Compare versions

Comparing version 0.11.3 to 0.12.0

7

package.json

@@ -5,3 +5,3 @@ {

"author": "Eduardo Rosostolato",
"version": "0.11.3",
"version": "0.12.0",
"license": "MIT",

@@ -36,6 +36,7 @@ "main": "dist/index.js",

"@types/babel__helper-plugin-utils": "^7.10.0",
"esbuild": "^0.15.9",
"esbuild": "^0.21.5",
"esbuild-config": "^1.0.1",
"rimraf": "^3.0.2"
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
}
}

@@ -28,3 +28,3 @@ # babel-plugin-estrela

```js
import { template as _template, h as _h } from "estrela/internal";
import { template as _template, h as _h } from "estrela/template";
import { onDestroy, signal } from "estrela";

@@ -31,0 +31,0 @@

@@ -27,3 +27,3 @@ import { NodePath, types as t } from '@babel/core';

if (Object.keys(imports).length > 0) {
path.node.body.unshift(createImport(imports, 'estrela/internal'));
path.node.body.unshift(createImport(imports, 'estrela/template'));
}

@@ -30,0 +30,0 @@ },

Sorry, the diff of this file is too big to display

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