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

@typerpc/plugin

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typerpc/plugin - npm Package Compare versions

Comparing version
0.1.17
to
0.1.39
+44
-43
package.json
{
"name": "@typerpc/plugin",
"version": "0.1.17",
"description": "typerpc plugin types",
"keywords": [
"typerpc",
"plugin",
"typescript",
"json",
"cbor",
"graphql"
],
"author": "Gary Becks <techstar.dev@hotmail.com>",
"homepage": "https://github.com/typerpc/typerpc",
"license": "BSD-2-Clause",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"directories": {
"lib": "src",
"test": "tests"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/typerpc/typerpc.git"
},
"scripts": {
"lint:fix": "eslint --fix src/**",
"build": "yarn run clean && yarn run tsc",
"clean": "rm -rf ./dist && rm -rf tsconfig.build.tsbuildinfo",
"tsc": "tsc -b tsconfig.build.json"
},
"dependencies": {
"@typerpc/schema": "^0.1.17"
},
"bugs": {
"url": "https://github.com/typerpc/typerpc/issues"
},
"gitHead": "789cdf7172f1df83035a2a17a90f0f2fdf125713"
"name": "@typerpc/plugin",
"version": "0.1.39",
"description": "typerpc plugin types",
"keywords": [
"typerpc",
"plugin",
"typescript",
"json",
"cbor",
"graphql"
],
"author": "Gary Becks <techstar.dev@hotmail.com>",
"homepage": "https://github.com/typerpc/typerpc",
"license": "BSD-2-Clause",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"directories": {
"lib": "src",
"test": "tests"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/typerpc/typerpc.git"
},
"scripts": {
"lint:fix": "eslint --fix src/**",
"build": "yarn run clean && yarn run tsc",
"clean": "rm -rf ./dist && rm -rf tsconfig.build.tsbuildinfo",
"tsc": "tsc -b tsconfig.build.json",
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@typerpc/schema": "^0.1.39"
},
"bugs": {
"url": "https://github.com/typerpc/typerpc/issues"
},
"gitHead": "73aa8dbb92252e2a82d7633c1e34d8c6912df86c"
}