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

typed-chrome-webstore-api

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-chrome-webstore-api - npm Package Compare versions

Comparing version 0.4.14 to 0.4.15

17

package.json
{
"name": "typed-chrome-webstore-api",
"version": "0.4.14",
"version": "0.4.15",
"description": "Typed Chrome Webstore API to upload/publish extensions",

@@ -31,3 +31,3 @@ "main": "dist/index.js",

"dependencies": {
"axios": "^0.21.1"
"axios": "^1.6.1"
},

@@ -37,17 +37,8 @@ "devDependencies": {

"@types/axios": "^0.14.0",
"prettier": "^1.16.3",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.4"
"typescript": "^5.2.2"
},
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
"build": "tsc"
}
}
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