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

@adamatti.org/logger

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adamatti.org/logger - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.1.1](https://github.com/adamatti/adamatti-npm-libs/compare/@adamatti.org/logger@0.1.0...@adamatti.org/logger@0.1.1) (2021-09-09)
### Bug Fixes
* **logger:** sample fix ([d6e786c](https://github.com/adamatti/adamatti-npm-libs/commit/d6e786cbcfd322151c4de5f04e5749dbf6c27226))
# [0.1.0](https://github.com/adamatti/adamatti-npm-libs/compare/@adamatti.org/logger@0.0.2...@adamatti.org/logger@0.1.0) (2021-09-09)

@@ -8,0 +19,0 @@

4

logger.js

@@ -22,4 +22,6 @@ 'use strict';

logger.fakeFeature1 = ()=> {};
logger.fakeFeature2 = ()=> {};
logger.fakeFeature2 = ()=> {
return null;
};
module.exports = logger;
{
"name": "@adamatti.org/logger",
"version": "0.1.0",
"version": "0.1.1",
"main": "logger.js",

@@ -15,3 +15,3 @@ "license": "UNLICENSED",

},
"gitHead": "82a66a18a0321a807160fff73079fd0426b06135"
"gitHead": "7dc9797f41f183f9e6e7cffa8f719e2f586437d7"
}
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