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

mol_dump_lib

Package Overview
Dependencies
Maintainers
0
Versions
511
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.

  • 0.0.511
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1K
increased by169.35%
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 21 Nov 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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc