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

auckland-transport

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auckland-transport - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

index.d.ts

45

package.json
{
"name": "auckland-transport",
"version": "0.0.0",
"main": "index.js",
"license": "MIT"
"name": "auckland-transport",
"version": "1.0.0",
"description": "A simplified interface for the Auckland Transport API.",
"repository": "https://github.com/Richienb/auckland-transport.git",
"author": "Richie Bendall <richiebendall@gmail.com>",
"license": "MIT",
"main": "index.js",
"files": [
"index.js",
"index.d.ts"
],
"engines": {
"node": ">=10"
},
"scripts": {
"lint": "xo",
"test": "xo && ava"
},
"keywords": [
"auckland",
"transport",
"api",
"http",
"request"
],
"dependencies": {
"ky": "^0.20.0",
"ky-universal": "^0.6.0",
"snakecase-keys": "^3.2.0"
},
"devDependencies": {
"ava": "^3.8.1",
"eslint-config-richienb": "^0.4.2",
"xo": "^0.30.0"
},
"resolutions": {
"eslint": "^6.8.0"
},
"xo": {
"extends": "richienb"
}
}
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