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

babel-plugin-worklet

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-worklet - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

6

lib/index.js

@@ -8,2 +8,3 @@ 'use strict'

const parse = require('@babel/parser').parse
const nodePath = require('path')

@@ -618,4 +619,5 @@ const buildBindFunc = func =>

'FunctionDeclaration|FunctionExpression|ArrowFunctionExpression': {
exit(path, state) {
const fileName = state.file.opts.filename
enter(path, state) {
let fileName = state.file.opts.filename
fileName = nodePath.relative(__dirname, fileName)
processIfWorkletNode(t, path, fileName)

@@ -622,0 +624,0 @@ },

{
"name": "babel-plugin-worklet",
"version": "0.0.6",
"version": "0.0.7",
"description": "Compile worklet function in miniprogram",

@@ -5,0 +5,0 @@ "main": "lib/index",

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