Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@mastergo/plugin-typings

Package Overview
Dependencies
Maintainers
8
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mastergo/plugin-typings - npm Package Compare versions

Comparing version
2.16.0
to
2.16.1
+17
-17
package.json
{
"name": "@mastergo/plugin-typings",
"version": "2.16.0",
"version": "2.16.1",
"description": "MasterGo插件API声明文件",
"type": "module",
"main": "",

@@ -11,3 +12,3 @@ "types": "dist/index.d.ts",

"build": "rollup -c --environment NODE_ENV=production",
"release": "node scripts/release.js",
"release": "node scripts/release.cjs",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",

@@ -30,3 +31,3 @@ "commit": "git-cz"

"type": "git",
"url": "https://github.com/mastergo-design/plugin-typings"
"url": "git+https://github.com/mastergo-design/plugin-typings.git"
},

@@ -37,7 +38,12 @@ "directories": {

"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.0",
"chalk": "^4.1.2",
"conventional-changelog-cli": "^2.1.1",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^3.0.0",
"csstype": "^3.1.3",
"cz-conventional-changelog": "^3.3.0",
"execa": "^5.1.1",

@@ -49,14 +55,8 @@ "husky": "^7.0.2",

"prettier": "^2.4.1",
"rollup": "^2.56.3",
"rollup-plugin-dts": "^4.0.0",
"rollup-plugin-polyfill-node": "^0.7.0",
"rollup-plugin-typescript2": "^0.30.0",
"rollup": "^4.59.0",
"rollup-plugin-dts": "^6.4.0",
"rollup-plugin-typescript2": "^0.36.0",
"semver": "^7.3.5",
"shelljs": "^0.8.5",
"typescript": "^4.4.3",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"csstype": "^3.1.3"
"typescript": "^5.9.3"
},

@@ -63,0 +63,0 @@ "lint-staged": {

Sorry, the diff of this file is too big to display