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.7 to 0.0.8

3

dist/reactTemplates.js

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

}
console.log(result);
// console.log(result);
props[propKey] = existing + utils.convertText(node, context, result);

@@ -587,2 +587,3 @@ }

_.forEach(rootTags, function (tag) {
//加载基础组件
if (tag.name === requireAttr) {

@@ -589,0 +590,0 @@ handleRequire(tag, context);

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

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

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

}
console.log(result);
// console.log(result);
props[propKey] = existing + utils.convertText(node, context,result);

@@ -591,2 +591,3 @@ }

_.forEach(rootTags, tag => {
//加载基础组件
if (tag.name === requireAttr) {

@@ -593,0 +594,0 @@ handleRequire(tag, context);

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