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

@justeat/f-logger

Package Overview
Dependencies
Maintainers
12
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@justeat/f-logger - npm Package Compare versions

Comparing version 0.1.0 to 0.3.0

CHANGELOG.md

26

package.json
{
"name": "@justeat/f-logger",
"description": "Client-side logging, error-logging and debugging utils",
"version": "0.1.0",
"main": "./src/js/index.js",
"version": "0.3.0",
"main": "./dist/index.js",
"files": [
"dist"
],
"homepage": "https://github.com/justeat/f-logger",

@@ -18,3 +21,20 @@ "author": "Simon Sanders <simon.sanders@just-eat.com>",

"node": ">=4.0.0"
}
},
"devDependencies": {
"@justeat/gulp-build-fozzie": "^7.5.0",
"babel-preset-env": "^1.6.1",
"concurrently": "^3.5.1"
},
"scripts": {
"prepare": "concurrently -n \"lint,compile,test\" -c \"blue,yellow,green\" --kill-others-on-fail \"yarn lint\" \"yarn compile\" \"yarn test\"",
"lint": "gulp scripts:lint",
"compile": "gulp scripts",
"test": "gulp scripts:test:coverage"
},
"browserslist": [
"> 5%",
"last 2 versions",
"Safari >= 8",
"not ie 10"
]
}
_build/readme.md
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