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

apollo-logger

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

apollo-logger - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

lib/index.d.ts

20

package.json
{
"name": "apollo-logger",
"version": "0.0.1",
"version": "0.0.2",
"description": "Apollo GraphQL Logger",
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"compile": "tsc",
"watch": "tsc -w",
"lint": "tslint 'src/*.ts*' -p tsconfig.json --type-check && tslint 'test/*.ts*' -p tsconfig.json --type-check",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -20,6 +23,17 @@ },

"license": "MIT",
"files": [
"lib",
"src",
"LICENSE",
"README.md"
],
"bugs": {
"url": "https://github.com/sysgears/apollo-logger/issues"
},
"homepage": "https://github.com/sysgears/apollo-logger"
"homepage": "https://github.com/sysgears/apollo-logger",
"devDependencies": {
"@types/node": "^7.0.18",
"tslint": "^5.2.0",
"typescript": "^2.3.2"
}
}
.npmignore
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