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

netlify

Package Overview
Dependencies
Maintainers
19
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlify - npm Package Compare versions

Comparing version 12.0.1 to 12.0.2

lib/index.d.ts

53

package.json
{
"name": "netlify",
"description": "Netlify Node.js API client",
"version": "12.0.1",
"version": "12.0.2",
"type": "module",
"exports": "./lib/index.js",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"src/**/*.js",
"!src/**/*.test.js"
"lib/**"
],
"exports": "./src/index.js",
"main": "./src/index.js",
"scripts": {
"prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/",
"prepublishOnly": "npm ci && npm test",
"test": "run-s format test:dev",
"format": "run-s format:check-fix:*",
"format:ci": "run-s format:check:*",
"format:check-fix:lint": "run-e format:check:lint format:fix:lint",
"format:check:lint": "cross-env-shell eslint $npm_package_config_eslint",
"format:fix:lint": "cross-env-shell eslint --fix $npm_package_config_eslint",
"format:check-fix:prettier": "run-e format:check:prettier format:fix:prettier",
"format:check:prettier": "cross-env-shell prettier --check $npm_package_config_prettier",
"format:fix:prettier": "cross-env-shell prettier --write $npm_package_config_prettier",
"test:dev": "ava",
"test:ci": "c8 -r lcovonly -r text -r json ava",
"update-snapshots": "ava -u"
"prebuild": "rm -rf lib",
"build": "tsc",
"test": "ava",
"test:ci": "c8 -r lcovonly -r text -r json ava"
},
"config": {
"eslint": "--ignore-path .gitignore --cache --format=codeframe --max-warnings=0 \"{src,tests,.github}/**/*.{cjs,mjs,js,md,html}\" \"*.{cjs,mjs,js,md,html}\" \".*.{cjs,mjs,js,md,html}\"",
"prettier": "--ignore-path .gitignore --loglevel=warn \"{src,tests,.github}/**/*.{cjs,mjs,js,md,yml,json,html}\" \"*.{cjs,mjs,js,yml,json,html}\" \".*.{cjs,mjs,js,yml,json,html}\" \"!package-lock.json\" \"!CHANGELOG.md\""
},
"license": "MIT",

@@ -38,11 +24,12 @@ "author": "Netlify Inc.",

"David Wells <david.wells@netlify.com> (https://davidwells.io/)",
"Bret Comnes <bcomnes@gmail.com> (https://bret.io)"
"Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
"Lukas Holzer <lukas.holzer@netlify.com> (https://twitter.com/luka5c0m)"
],
"homepage": "https://github.com/netlify/js-client",
"homepage": "https://github.com/netlify/build",
"repository": {
"type": "git",
"url": "https://github.com/netlify/js-client.git"
"url": "https://github.com/netlify/build.git"
},
"bugs": {
"url": "https://github.com/netlify/js-client/issues"
"url": "https://github.com/netlify/build/issues"
},

@@ -57,3 +44,2 @@ "keywords": [

"@netlify/open-api": "^2.12.0",
"lodash.camelcase": "^4.3.0",
"micro-api-client": "^3.3.0",

@@ -66,9 +52,6 @@ "node-fetch": "^3.0.0",

"devDependencies": {
"@netlify/eslint-config-node": "^7.0.0",
"ava": "^4.0.0",
"c8": "^7.11.0",
"from2-string": "^1.1.0",
"husky": "^8.0.0",
"nock": "^13.0.0",
"npm-run-all": "^4.1.5",
"uuid": "^8.3.2"

@@ -79,9 +62,3 @@ },

},
"ava": {
"files": [
"src/**/*.test.js"
],
"verbose": true,
"workerThreads": false
}
"gitHead": "5555ff52d82f1c26f2074ee52d5e7c5c6c8d02d2"
}

@@ -1,6 +0,1 @@

![netlify/js-client](js-client.png)
[![npm version][npm-img]][npm] [![build status][build-img]][build] [![coverage][coverage-img]][coverage]
[![dependencies][david-img]][david] [![downloads][dl-img]][dl]
A Netlify [OpenAPI](https://github.com/netlify/open-api) client that works in the browser and Node.js.

@@ -185,19 +180,4 @@

## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for more info on how to make contributions to this project.
## License
MIT. See [LICENSE](LICENSE) for more details.
[npm-img]: https://img.shields.io/npm/v/netlify.svg
[npm]: https://npmjs.org/package/netlify
[build-img]: https://github.com/netlify/js-client/workflows/Build/badge.svg
[build]: https://github.com/netlify/js-client/actions
[dl-img]: https://img.shields.io/npm/dm/netlify.svg
[dl]: https://npmjs.org/package/netlify
[coverage-img]: https://codecov.io/gh/netlify/js-client/branch/main/graph/badge.svg
[coverage]: https://codecov.io/gh/netlify/js-client
[david-img]: https://david-dm.org/netlify/js-client/status.svg
[david]: https://david-dm.org/netlify/js-client
MIT. See [LICENSE](./LICENSE) for more details.
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