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

test-cli-package-davenov

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test-cli-package-davenov - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

9

dist/main.js

@@ -0,5 +1,10 @@

#!/usr/bin/env node
"use strict";
const aha = require('./main2');
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const main2_1 = __importDefault(require("./main2"));
function sayMyName(name) {
console.log(aha.test);
console.log(main2_1.default);
if (name === "Heisenberg") {

@@ -6,0 +11,0 @@ console.log("You're right 👍");

{
"name": "test-cli-package-davenov",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -10,3 +10,6 @@ "main": "dist/main.js",

"author": "",
"files": ["dist"],
"bin": "dist/main.js",
"files": [
"dist"
],
"license": "ISC",

@@ -13,0 +16,0 @@ "devDependencies": {

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