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

linkedin-post-share

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linkedin-post-share - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

dist/index.cjs

17

package.json
{
"name": "linkedin-post-share",
"version": "1.1.5",
"version": "1.1.6",
"description": "A Linkedin Wrapper for Post/Share API. This will help you to post content on linkedin.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js",
"build": "node build.js && tsc",
"format": "prettier --write \"src/**/*.ts\"",

@@ -31,9 +31,8 @@ "lint": "tslint -p tsconfig.json"

},
"peerDependencies": {},
"files": [
"dist/*"
],
"module": "dist/LinkedinPostShare.js",
"main": "dist/LinkedinPostShare.cjs",
"types": "dist/LinkedinPostShare.d.ts",
"module": "dist/index.js",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"dependencies": {

@@ -44,7 +43,7 @@ "axios": "^1.3.4"

".": {
"types": "./dist/LinkedinPostShare.d.ts",
"node": "./dist/LinkedinPostShare.cjs",
"default": "./dist/LinkedinPostShare.js"
"types": "./dist/index.d.ts",
"node": "./dist/index.cjs",
"default": "./dist/index.js"
}
}
}
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