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

noamhonig-nodejs-console-app2

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noamhonig-nodejs-console-app2 - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

app.d.ts

6

app.js

@@ -1,4 +0,2 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var myClass = (function () {
var myClass = /** @class */ (function () {
function myClass() {

@@ -11,3 +9,3 @@ }

}());
exports.myClass = myClass;
export { myClass };
//# sourceMappingURL=app.js.map
{
"name": "noamhonig-nodejs-console-app2",
"version": "0.0.0",
"version": "0.0.1",
"description": "NodejsConsoleApp2",

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

@@ -1,6 +0,4 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var app_1 = require("./app");
var x = new app_1.myClass();
import { myClass } from './app';
var x = new myClass();
x.log("hello world 123");
//# sourceMappingURL=testIt.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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