
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
weex-transformer
Advanced tools
<template>
+ <style>
+ <script>
+ <element>
npm install weex-transformer
Usage: transformer [options] <file...>
Options:
-h, --help output usage information
-V, --version output the version number
-g, --logLevel [value] specify log output level - `NOTE`, `WARNING`, `ERROR`, `OFF` (default: `NOTE`, equivalent to `ALL`)
-e, --isEntry [value] whether is an entry module which has `bootstrap` (default: true)
-l, --oldFormat [value] whether to transform to old format (default: false)
-o, --output [path] the output file dirname
transform(name, code, path, elements, config)
var transformer = require('weex-transformer')
var output = transformer.transform('foo', '/* code here */', '.', {})
name
: string, current bundle namecode
: string, source codepath
: string optional, useful when find custom component in a certain pathelements
: object optional, existed custom component mapconfig
: object optional
logLevel
: specify log output level - NOTE
(default, equivalent to ALL
), WARNING
, ERROR
, OFF
, aranging from low to highisEntry
: whether is an entry module which has bootstrap
(default: true)oldFormat
: whether to transform to old format (default: false)result
: string, all custom components define()
and final bootstrap()
logs
: array, corresponding warning & error logstransformOld(...)
same params and different output format for old style: register(name, options)
and render(name, data)
template
: JavaScript Object by parse5
style
: JSON Object by css
script
: JavaScript AST with template
, deps
, style
by esprima
element
: string code map for deeply parsingstyler
templater
and get depsscripter
define()
string code, deps, element code map and logsbootstrap()
string code and bundle at lastFAQs
Weex DSL transformer
The npm package weex-transformer receives a total of 126 weekly downloads. As such, weex-transformer popularity was classified as not popular.
We found that weex-transformer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.