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

4

index.js

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

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

@@ -9,3 +11,3 @@ function myClass() {

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

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

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

import { myClass } from './index';
var x = new myClass();
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var index_1 = require("./index");
var x = new index_1.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