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

@morpheusnephew/td-ameritrade-models

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@morpheusnephew/td-ameritrade-models - npm Package Compare versions

Comparing version 0.12.9 to 0.12.13

account.d.ts

25

package.json
{
"name": "@morpheusnephew/td-ameritrade-models",
"version": "0.12.9",
"version": "0.12.13",
"description": "Models from TD Ameritrade's API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "index.js",
"types": "index.d.ts",
"author": "Jelani Jackson",

@@ -11,4 +11,8 @@ "license": "MIT",

"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"conventional-changelog-eslint": "^3.0.9",
"copyfiles": "^2.4.1",
"eslint": "^7.11.0",

@@ -22,17 +26,14 @@ "eslint-config-airbnb-base": "^14.2.0",

"rimraf": "^3.0.2",
"semantic-release": "^19.0.2",
"semantic-release-conventional-commits": "^3.0.0",
"typescript": "^4.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"convertToTypescript": "npx openapi-typescript",
"build": "rimraf ./dist && tsc",
"publishToNpm": "yarn run build && yarn publish --access public",
"postpublishToNpm": "yarn pushTags && yarn updateChangeLog",
"pushTags": "git push --tags",
"updateChangeLog": "git-chglog -o CHANGELOG.md",
"prepare": "husky install"
"build": "rimraf ./dist && tsc && copyfiles package.json README.md dist/",
"postinstall": "husky install",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MorpheusNephew/td-ameritrade-models.git"
"url": "https://github.com/MorpheusNephew/td-ameritrade-models.git"
},

@@ -39,0 +40,0 @@ "keywords": [

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