New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-nightwatch

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-nightwatch - npm Package Compare versions

Comparing version

to
0.0.5

2

lib/index.js

@@ -0,1 +1,3 @@

#!/usr/bin/env node
"use strict";

@@ -2,0 +4,0 @@ var __importDefault = (this && this.__importDefault) || function (mod) {

4

package.json
{
"name": "create-nightwatch",
"version": "0.0.4",
"version": "0.0.5",
"description": "A single-command tool to setup Nightwatch.js",
"main": "index.js",
"bin": {
"create-nightwatch": "./index.js"
"create-nightwatch": "./lib/index.js"
},

@@ -9,0 +9,0 @@ "scripts": {