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

netlify-api

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlify-api - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0

dist/index.cjs

6

CHANGELOG.md
# netlify-api
## 0.9.0
### Minor Changes
- 35374e2: Update bundle mechanism
## 0.8.0

@@ -4,0 +10,0 @@

12

package.json
{
"name": "netlify-api",
"version": "0.8.0",
"version": "0.9.0",
"description": "Netlify API client for Node.js",

@@ -11,3 +11,3 @@ "author": "SferaDev",

"homepage": "https://github.com/SferaDev/openapi-clients#readme",
"main": "dist/index.js",
"main": "dist/index.cjs",
"module": "dist/index.mjs",

@@ -19,8 +19,8 @@ "typings": "dist/index.d.ts",

"import": {
"types": "./dist/index.d.ts",
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}

@@ -35,5 +35,5 @@ }

"tsc": "tsc --noEmit",
"build": "rimraf dist && tsup",
"build": "unbuild",
"generate": "openapi-codegen netlify"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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