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

morphling

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

morphling - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json

@@ -6,3 +6,3 @@ {

"name": "morphling",
"version": "0.1.2",
"version": "0.1.3",
"description": "A collection of VueJs filters.",

@@ -9,0 +9,0 @@ "main": "index.js",

@@ -146,3 +146,4 @@ # Mophling

```html
<pre>{{ {"favoriteBand":"Linkin Park"} | morph-json(2) }}</pre>
<!-- const obj = {"favoriteBand":"Linkin Park"} -->
<pre>{{ obj | morph-json(2) }}</pre>
<!--

@@ -153,3 +154,3 @@ {

-->
<pre>{{ {"favoriteBand":"Linkin Park"} | morph-json('\t') }}</pre>
<pre>{{ obj | morph-json('\t') }}</pre>
<!--

@@ -156,0 +157,0 @@ {

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