Socket
Socket
Sign inDemoInstall

@ppotto/social-api-client

Package Overview
Dependencies
9
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.10 to 0.0.11

.github/workflows/npm-publish.yml

15

package.json
{
"name": "@ppotto/social-api-client",
"version": "0.0.10",
"version": "0.0.11",
"description": "Ppotto Social API Client",

@@ -8,8 +8,2 @@ "main": "dist/index.js",

"private": false,
"scripts": {
"build": "tsc",
"open-api:generate": "openapi-generator-cli generate -i open-api-spec.json -g typescript-axios -o src --additional-properties=withNodeImports=true",
"patch": "pnpm version patch && npm publish",
"package-build:publish": "pnpm run build && pnpm run open-api:generate && pnpm run patch"
},
"keywords": [],

@@ -32,3 +26,8 @@ "author": {

"access": "public"
},
"scripts": {
"build": "tsc",
"open-api:generate": "openapi-generator-cli generate -i open-api-spec.json -g typescript-axios -o src --additional-properties=withNodeImports=true",
"patch": "pnpm version patch && pnpm publish --no-git-checks"
}
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc