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

touchui-create

Package Overview
Dependencies
Maintainers
1
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.0.5 to 0.0.6

2

package.json
{
"name": "touchui-create",
"version": "0.0.5",
"version": "0.0.6",
"description": "touchui-create",

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

@@ -73,3 +73,3 @@ var textfile = require('textfile')

pages = pages = data.pages
var page = path.relative(workSpace, pagePath)
var page = path.join(path.relative(workSpace, pagePath), pageName)
if(pages.indexOf(page) < 0) {

@@ -76,0 +76,0 @@ data.pages.push(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