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

types-mediawiki

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

types-mediawiki - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

vue/index.d.ts

1

index.d.ts
import "./mw";
import "./jquery";
import "./vue";

18

package.json
{
"name": "types-mediawiki",
"version": "1.6.0",
"version": "1.7.0",
"description": "TypeScript definitions for MediaWiki JS interface",
"types": "index.d.ts",
"scripts": {
"lint": "dtslint --localTs node_modules/typescript/lib .",
"test": "tsd",
"format": "prettier --write ."

@@ -17,2 +17,3 @@ },

"jquery",
"vue",
"api_params",

@@ -28,9 +29,10 @@ "index.d.ts"

"@types/jquery": "^3.5.5",
"@types/oojs-ui": "^0.46.0"
"@types/oojs-ui": "^0.46.0",
"vue": "3.3.9"
},
"devDependencies": {
"dtslint": "^4.1.1",
"husky": "^4.3.7",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"tsd": "^0.31.0",
"tslint-config-prettier": "^1.18.0",

@@ -46,3 +48,11 @@ "typescript": "^4.2.2"

"*.ts(x)?": "prettier --write"
},
"tsd": {
"compilerOptions": {
"typeRoots": [
"./node_modules/@types",
"."
]
}
}
}
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