New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@paulpopat/api-interface

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

@paulpopat/api-interface - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

9

package.json
{
"name": "@paulpopat/api-interface",
"version": "1.1.11",
"version": "1.1.12",
"main": "lib/index.js",

@@ -21,3 +21,4 @@ "description": "A tool for generating simple interfaces for calling APIs accross projects",

"build:compress": "uglifyjs lib/index.js --compress --mangle --output lib/index.js",
"test": "jest"
"test": "jest",
"prepublish": "npm run build"
},

@@ -39,5 +40,5 @@ "devDependencies": {

"@babel/polyfill": "^7.8.3",
"@paulpopat/safe-type": "^2.0.4",
"axios": "^0.19.2"
"@paulpopat/safe-type": "^2.0.3",
"axios": "^0.21.1"
}
}
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