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

@wszymanski-test/testing-app

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wszymanski-test/testing-app - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

9

index.js

@@ -6,5 +6,8 @@ "use strict";

});
var _exportNames = {};
exports["default"] = _default;
var _console = require("./utils/console");
Object.keys(_console).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _console[key]) return;

@@ -17,2 +20,6 @@ Object.defineProperty(exports, key, {

});
});
});
function _default() {
console.log('hello world2');
}
;

2

package.json
{
"name": "@wszymanski-test/testing-app",
"version": "1.0.8",
"version": "1.0.9",
"main": "index.js",

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

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