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.23 to 0.0.24

4

dist/reactTemplates.js

@@ -677,3 +677,5 @@ 'use strict';

}
config.pages[pageName].modules.push(moduleName);
if (config.pages[pageName].modules.indexOf(moduleName) < 0) {
config.pages[pageName].modules.push(moduleName);
}
fs.writeFileSync(path.join(process.cwd(), "dist/config.json"), JSON.stringify(config));

@@ -680,0 +682,0 @@ }

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

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

@@ -684,3 +684,5 @@ 'use strict';

}
config.pages[pageName].modules.push(moduleName);
if(config.pages[pageName].modules.indexOf(moduleName)<0){
config.pages[pageName].modules.push(moduleName);
}
fs.writeFileSync(path.join(process.cwd(),"dist/config.json"), JSON.stringify(config))

@@ -687,0 +689,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