Socket
Socket
Sign inDemoInstall

mol_dump_lib

Package Overview
Dependencies
Maintainers
0
Versions
462
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mol_dump_lib

Dumps any JS values.


Version published
Weekly downloads
952
increased by99.58%
Maintainers
0
Weekly downloads
 
Created
Source

$mol_dump

Dumps any JS values.

Dump single value

<= Dump $mol_dump_value
	value <= data *
		foo 123
		bar 456

Dump multiple values in a row

<= Log $mol_dump_list
	values <= log /
		\foo
		123
		456

NPM Usage

Sandbox

import { $mol_view_component, $mol_dump_value } from "mol_dump_lib"
$mol_view_component( $mol_dump_value )
<mol-dump-value value='{ "foo": 777 }'></mol-dump-value>
el.view.value( [777] )

Keywords

FAQs

Package last updated on 07 Sep 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc