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

touchui-create

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

touchui-create - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

2

package.json
{
"name": "touchui-create",
"version": "0.2.6",
"version": "0.2.7",
"description": "touchui-create",

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

@@ -48,3 +48,3 @@ // 创建页面

var test1 = /(pages['"]?\s*\n*\s*:\s*\n*\s*\[)\s*?\]/
var test2 = /((\s*)pages['"]?\s*\n*\s*:\s*\n*\s*\[\n(\s+)\S[\s\S]*?),?\s*\]/
var test2 = /((\s*)['"]?pages['"]?\s*\n*\s*:\s*\n*\s*\[\n(\s+)\S[\s\S]*?),?\s*\]/
if(str.match(test1)) {

@@ -51,0 +51,0 @@ str = str.replace(test1, `$1"${page}"]`)

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