@wszymanski-test/testing-app
Advanced tools
Comparing version 1.0.2 to 1.0.3
11
index.js
@@ -7,8 +7,3 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "log", { | ||
enumerable: true, | ||
get: function get() { | ||
return _console.log; | ||
} | ||
}); | ||
exports["default"] = void 0; | ||
Object.defineProperty(exports, "log2", { | ||
@@ -23,3 +18,3 @@ enumerable: true, | ||
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; } | ||
(0, _console.log)(); | ||
(0, _console["default"])(); | ||
var _default = _console.log; | ||
exports["default"] = _default; |
{ | ||
"name": "@wszymanski-test/testing-app", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3015
36