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.2 to 0.0.3

2

package.json
{
"name": "touchui-create",
"version": "0.0.2",
"version": "0.0.3",
"description": "touchui-create",

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

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

}
textfile.write(path.join(pagePath, pageName + '.json'), jsonData, 'json')
jsonData = JSON.stringify(jsonData, null, 2) + '\n'
textfile.write(path.join(pagePath, pageName + '.json'), jsonData, 'string')
textfile.read(path.join(__dirname, 'template.js'), 'string', str => {

@@ -44,4 +45,6 @@ str = str.replace('template', pageName)

}
textfile.write(path.join(workSpace, 'app.json'), data, 'json')
data = JSON.stringify(data, null, 2) + '\n'
textfile.write(path.join(workSpace, 'app.json'), data, 'string')
})
cb(null)
}

@@ -48,0 +51,0 @@ fs.mkdir(pagePath, (err) => {

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