Socket
Socket
Sign inDemoInstall

@mojojs/create-lite-app

Package Overview
Dependencies
36
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

16

package.json
{
"name": "@mojojs/create-lite-app",
"version": "1.0.1",
"version": "1.0.2",
"description": "Create single file mojo.js application",

@@ -17,10 +17,10 @@ "keywords": [

"devDependencies": {
"c8": "^7.11.3",
"c8": "^8.0.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"tap": "^16.2.0"
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.0",
"tap": "^18.5.0"
},

@@ -39,8 +39,8 @@ "files": [

"scripts": {
"coverage": "c8 tap --no-coverage test/*.js",
"coverage": "c8 tap --disable-coverage --allow-empty-coverage test/*.js",
"lint": "eslint \"test/*.js\" \"*.js\"",
"publish:minor": "npm version minor && npm publish",
"publish:patch": "npm version patch && npm publish",
"test": "tap --no-coverage test/*.js"
"test": "tap --disable-coverage --allow-empty-coverage test/*.js"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc