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

metro-info

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metro-info - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

CHANGELOG.md

25

package.json
{
"name": "metro-info",
"version": "1.0.0",
"version": "1.0.1",
"description": "Christchurch (Unofficial) MetroInfo API NodeJS library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {

@@ -11,5 +12,7 @@ "build": "npm run tsc",

"lint": "tslint -p tsconfig.json",
"postversion" : "git push && git push --tags",
"postversion": "git push && git push --tags",
"prebuild": "npm run clean && npm run lint && npm run format",
"prepare": "npm run build",
"prepublishOnly": "npm run lint && npm run format",
"pretest": "npm run build",
"preversion": "npm run lint && npm run format",

@@ -19,5 +22,7 @@ "test": "jest",

"tsc:watch": "npm run tsc -- --watch",
"version": "git add -A src"
"version": "npm run format && git add -A src"
},
"files": ["dist/**/*"],
"files": [
"dist/**/*"
],
"repository": {

@@ -41,2 +46,3 @@ "type": "git",

"dependencies": {
"@types/jest": "^23.3.13",
"@types/request-promise-native": "^1.0.15",

@@ -53,2 +59,3 @@ "request": "^2.88.0",

"rimraf": "^2.6.3",
"ts-jest": "^23.10.5",
"tslint": "^5.12.1",

@@ -74,3 +81,13 @@ "tslint-config-prettier": "^1.17.0",

]
},
"jest": {
"transform": {
"^.+\\.ts$": "ts-jest"
},
"testRegex": "(/lib/.*(test|spec))\\.(js|ts)$",
"moduleFileExtensions": [
"ts",
"js"
]
}
}

2

README.md
# metro-info
![Build Status](https://img.shields.io/appveyor/ci/codex-/metro-info.svg?style=flat-square)
![Build Status](https://img.shields.io/travis/Codex-/metro-info.svg?style=flat-square)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

@@ -5,0 +5,0 @@

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