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

zpin-templates

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zpin-templates - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

2

dist/reactTemplates.js

@@ -176,3 +176,3 @@ 'use strict';

// if(params.isArray()&&params.length>=3)
node.attribs["onClickCapture"] = "{()=>ZP.analysis.init_monitor_analy('" + url + "','" + params[0] + "','" + params[1] + "','" + params[2] + "')}";
node.attribs["onClickCapture"] = "{function(){ZP.analysis.init_monitor_analy('" + url + "','" + params[0] + "','" + params[1] + "','" + params[2] + "')}}";
}

@@ -179,0 +179,0 @@ });

{
"name": "zpin-templates",
"version": "0.0.12",
"version": "0.0.13",
"description": "Light weight templates for react -> write html get valid react code",

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

@@ -190,3 +190,4 @@ 'use strict';

// if(params.isArray()&&params.length>=3)
node.attribs["onClickCapture"]="{()=>ZP.analysis.init_monitor_analy('"+url+"','"+params[0]+"','"+params[1]+"','"+params[2]+"')}";
node.attribs["onClickCapture"]="{function(){ZP.analysis.init_monitor_analy('"+url+"','"+params[0]+"','"+params[1]+"','"+params[2]+"')}}";
}

@@ -193,0 +194,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