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

docpad-plugin-babel

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docpad-plugin-babel - npm Package Compare versions

Comparing version 2.2.1 to 2.4.0

.mergify.yml

63

HISTORY.md

@@ -1,32 +0,51 @@

## History
# History
v2.2.1 May 12, 2016
- fixed readme and history
## v2.4.0 2020 September 8
v2.2.0 May 12, 2016
- Added es2015 and react presets
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
v2.1.1 April 11, 2016
- Put "out" folder back in the project (oups!)
## v2.3.0 2020 August 5
v2.1.0 April 11, 2016
- added jsx test files
- increased babel version to 6.7.5
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
- Minimum required node version changed from `node: >=0.8` to `node: >=10` to keep up with mandatory ecosystem changes
v2.0.5 September 9, 2015
- Added opinionated default options to babel
## v2.2.1 2016 May 12
v2.0.4 September 9, 2015
- Added compiled js in /out to make plugin functional out-of-the-box
- fixed readme and history
v2.0.3 September 9, 2015
- Cleanup by jking90
## v2.2.0 2016 May 12
v2.0.2 September 9, 2015
- Removed superfluous files
- Added es2015 and react presets
v2.0.1 September 9, 2015
- Fixed dependencies
## v2.1.1 2016 April 11
v2.0.0 September 9, 2015
- Release
- Put "out" folder back in the project (oups!)
## v2.1.0 2016 April 11
- added jsx test files
- increased babel version to 6.7.5
## v2.0.5 2015 September 9
- Added opinionated default options to babel
## v2.0.4 2015 September 9
- Added compiled js in /out to make plugin functional out-of-the-box
## v2.0.3 2015 September 9
- Cleanup by jking90
## v2.0.2 2015 September 9
- Removed superfluous files
## v2.0.1 2015 September 9
- Fixed dependencies
## v2.0.0 2015 September 9
- Release

@@ -1,17 +0,23 @@

<!-- LICENSEFILE/ -->
# License
<h1>License</h1>
Copyright &copy; William Malo williammalo2@gmail.com (maloweb.com/en)
Unless stated otherwise all works are:
## The MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
<ul><li>Copyright &copy; <a href="maloweb.com">William Malo</a></li></ul>
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
and licensed under:
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<ul><li><a href="http://spdx.org/licenses/MIT.html">MIT License</a></li></ul>
<!-- /LICENSEFILE -->
<h2>MIT License</h2>
<pre>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</pre>
<!-- /LICENSEFILE -->
{
"name": "docpad-plugin-babel",
"version": "2.2.1",
"version": "2.4.0",
"description": "DocPad plugin to compile es-next to es5 using babel",
"homepage": "https://github.com/williammalo/docpad-plugin-babel",
"homepage": "https://github.com/docpad/docpad-plugin-babel",
"license": "MIT",
"keywords": [
"babel",
"coffeescript",
"docpad",
"docpad-plugin",
"babel",
"es 2015",
"es next",
"es6",
"esnext",
"javascript",
"js",
"es next",
"es 2015",
"react",
"node",
"transpiler"
],
"author": "William Malo <williammalo2@gmail.com> (http://github.com/williammalo)",
"badges": {
"list": [
"travisci",
"npmversion",
"npmdownloads",
"daviddm",
"daviddmdev",
"---",
"githubsponsors",
"patreon",
"flattr",
"liberapay",
"buymeacoffee",
"opencollective",
"crypto",
"paypal",
"wishlist"
],
"config": {
"githubSponsorsUsername": "balupton",
"buymeacoffeeUsername": "balupton",
"cryptoURL": "https://bevry.me/crypto",
"flattrUsername": "balupton",
"liberapayUsername": "bevry",
"opencollectiveUsername": "bevry",
"patreonUsername": "bevry",
"paypalURL": "https://bevry.me/paypal",
"wishlistURL": "https://bevry.me/wishlist",
"travisTLD": "com",
"githubUsername": "docpad",
"githubRepository": "docpad-plugin-babel",
"githubSlug": "docpad/docpad-plugin-babel",
"npmPackageName": "docpad-plugin-babel"
}
},
"funding": "https://bevry.me/fund",
"author": "William Malo <williammalo2@gmail.com> (maloweb.com)",
"maintainers": [
"William Malo <williammalo2@gmail.com> (http://github.com/williammalo)"
"William Malo <williammalo2@gmail.com> (https://github.com/williammalo)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
"Guilherme Ventura <guilhermeventura2@gmail.com> (https://github.com/danguilherme)",
"Jimmy King <hello@jimmyking.me> (http://jimmyking.me)",
"Michael Duane Mooring (https://github.com/mikeumus)",
"Michael Duane Mooring <mike@mdm.cc> (http://mikeum.us)",
"Sebastian Domagala <sebdom93@gmail.com> (https://github.com/sdomagala)"
"Sebastian Domagala <sebdom93@gmail.com> (https://github.com/sdomagala)",
"William Malo <williammalo2@gmail.com> (https://github.com/williammalo)"
],
"bugs": {
"url": "https://github.com/williammalo/docpad-plugin-babel/issues"
"url": "https://github.com/docpad/docpad-plugin-babel/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/williammalo/docpad-plugin-babel.git"
"url": "https://github.com/docpad/docpad-plugin-babel.git"
},
"engines": {
"node": ">=0.8"
"node": ">=10"
},
"peerDependencies": {
"docpad": "6"
},
"editions": [
{
"description": "ESNext source code for Node.js 10 || 12 || 13 || 14 with Require for modules",
"directory": "source",
"entry": "index.js",
"tags": [
"source",
"javascript",
"esnext",
"require"
],
"engines": {
"node": "10 || 12 || 13 || 14"
}
}
],
"type": "commonjs",
"main": "source/index.js",
"dependencies": {
"babel-core": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0"
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"docpad-baseplugin": "^1.4.0"
},
"devDependencies": {
"coffee-script": "^1.9.1",
"docpad": "6",
"projectz": "^0.5.0"
"@bevry/update-contributors": "^1.17.0",
"coffeelint": "^2.1.0",
"coffeescript": "^2.5.1",
"docpad": "^6.83.2",
"docpad-plugintester": "^1.7.3",
"eslint": "^7.8.1",
"eslint-config-bevry": "^3.22.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.1",
"projectz": "^2.16.0",
"valid-directory": "^3.4.0"
},
"main": "./out/babel.plugin.js",
"peerDependencies": {
"docpad": "^6.83.2"
},
"scripts": {
"test": "node ./out/babel.test.js"
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:compile": "echo no need for this project",
"our:deploy": "echo no need for this project",
"our:meta": "npm run our:meta:contributors && npm run our:meta:projectz",
"our:meta:contributors": "update-contributors",
"our:meta:projectz": "projectz compile",
"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
"our:release:check-dirty": "git diff --exit-code",
"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
"our:release:push": "git push origin master && git push origin --tags",
"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
"our:setup": "npm run our:setup:dpt && npm run our:setup:install",
"our:setup:dpt": "cd test && npm install && cd ..",
"our:setup:install": "npm install",
"our:test": "npm run our:verify && npm test",
"our:verify": "npm run our:verify:coffeelint && npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
"our:verify:coffeelint": "coffeelint ./source",
"our:verify:directory": "valid-directory",
"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",
"our:verify:prettier": "prettier --write .",
"test": "docpad-plugintester"
},
"cakeConfiguration": {
"COFFEE_SRC_PATH": "src"
"eslintConfig": {
"extends": [
"bevry"
]
},
"prettier": {
"semi": false,
"singleQuote": true
}
}

@@ -1,95 +0,127 @@

# Babel Plugin for [DocPad](http://docpad.org)
<!-- TITLE/ -->
Compiles es-next into es5 with [babel](http://babeljs.io)
<h1>docpad-plugin-babel</h1>
Convention: `.js.babel`
<!-- /TITLE -->
<!-- INSTALL/ -->
<!-- BADGES/ -->
## Install
<span class="badge-travisci"><a href="http://travis-ci.com/docpad/docpad-plugin-babel" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/com/docpad/docpad-plugin-babel/master.svg" alt="Travis CI Build Status" /></a></span>
<span class="badge-npmversion"><a href="https://npmjs.org/package/docpad-plugin-babel" title="View this project on NPM"><img src="https://img.shields.io/npm/v/docpad-plugin-babel.svg" alt="NPM version" /></a></span>
<span class="badge-npmdownloads"><a href="https://npmjs.org/package/docpad-plugin-babel" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/docpad-plugin-babel.svg" alt="NPM downloads" /></a></span>
<span class="badge-daviddm"><a href="https://david-dm.org/docpad/docpad-plugin-babel" title="View the status of this project's dependencies on DavidDM"><img src="https://img.shields.io/david/docpad/docpad-plugin-babel.svg" alt="Dependency Status" /></a></span>
<span class="badge-daviddmdev"><a href="https://david-dm.org/docpad/docpad-plugin-babel#info=devDependencies" title="View the status of this project's development dependencies on DavidDM"><img src="https://img.shields.io/david/dev/docpad/docpad-plugin-babel.svg" alt="Dev Dependency Status" /></a></span>
<br class="badge-separator" />
<span class="badge-githubsponsors"><a href="https://github.com/sponsors/balupton" title="Donate to this project using GitHub Sponsors"><img src="https://img.shields.io/badge/github-donate-yellow.svg" alt="GitHub Sponsors donate button" /></a></span>
<span class="badge-patreon"><a href="https://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span>
<span class="badge-flattr"><a href="https://flattr.com/profile/balupton" title="Donate to this project using Flattr"><img src="https://img.shields.io/badge/flattr-donate-yellow.svg" alt="Flattr donate button" /></a></span>
<span class="badge-liberapay"><a href="https://liberapay.com/bevry" title="Donate to this project using Liberapay"><img src="https://img.shields.io/badge/liberapay-donate-yellow.svg" alt="Liberapay donate button" /></a></span>
<span class="badge-buymeacoffee"><a href="https://buymeacoffee.com/balupton" title="Donate to this project using Buy Me A Coffee"><img src="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg" alt="Buy Me A Coffee donate button" /></a></span>
<span class="badge-opencollective"><a href="https://opencollective.com/bevry" title="Donate to this project using Open Collective"><img src="https://img.shields.io/badge/open%20collective-donate-yellow.svg" alt="Open Collective donate button" /></a></span>
<span class="badge-crypto"><a href="https://bevry.me/crypto" title="Donate to this project using Cryptocurrency"><img src="https://img.shields.io/badge/crypto-donate-yellow.svg" alt="crypto donate button" /></a></span>
<span class="badge-paypal"><a href="https://bevry.me/paypal" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg" alt="PayPal donate button" /></a></span>
<span class="badge-wishlist"><a href="https://bevry.me/wishlist" title="Buy an item on our wishlist for us"><img src="https://img.shields.io/badge/wishlist-donate-yellow.svg" alt="Wishlist browse button" /></a></span>
``` bash
docpad install babel
```
<!-- /BADGES -->
<!-- /INSTALL -->
<!-- DESCRIPTION/ -->
<!-- ERRORS/ -->
DocPad plugin to compile es-next to es5 using babel
<!-- /DESCRIPTION -->
Compiles es-next into es5 with [babel](http://babeljs.io)
Convention: `.js.babel`
## Usage
### Common Errors
- ERROR: **`require is not defined`** error when using ES6 `import` statements:
- This is fixed easily with the [docplad-plugin-browserifydocs](https://github.com/docpad/docpad-plugin-browserifydocs) plugin:
- `docpad install browserifydocs`
- Add this to the top of your `.js.babel` file :
<pre>
```
---
browserify: true
---
```
</pre>
<!-- /ERRORS -->
- ERROR: **`require is not defined`** error when using ES6 `import` statements:
- This is fixed easily with the [docplad-plugin-browserifydocs](https://github.com/docpad/docpad-plugin-browserifydocs) plugin:
- `docpad install browserifydocs`
- Add this to the top of your `.js.babel` file :
```
---
browserify: true
---
```
<!-- INSTALL/ -->
<h2>Install</h2>
Install this DocPad plugin by entering <code>docpad install babel</code> into your terminal.
<!-- /INSTALL -->
<!-- HISTORY/ -->
## History
[Discover the change history by heading on over to the `HISTORY.md` file.](https://github.com/williammalo/docpad-plugin-babel/blob/master/HISTORY.md#files)
<h2>History</h2>
<a href="https://github.com/docpad/docpad-plugin-babel/blob/master/HISTORY.md#files">Discover the release history by heading on over to the <code>HISTORY.md</code> file.</a>
<!-- /HISTORY -->
<!-- CONTRIBUTE/ -->
## Contribute
<h2>Contribute</h2>
[Discover how you can contribute by heading on over to the `CONTRIBUTING.md` file.](https://github.com/williammalo/docpad-plugin-babel/blob/master/CONTRIBUTING.md#files)
<a href="https://github.com/docpad/docpad-plugin-babel/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>
<!-- /CONTRIBUTE -->
<!-- BACKERS/ -->
## Backers
<h2>Backers</h2>
### Maintainers
<h3>Maintainers</h3>
- William Malo <williammalo2@gmail.com> (https://github.com/williammalo/)
These amazing people are maintaining this project:
### Sponsors
<ul><li><a href="maloweb.com">William Malo</a> — <a href="https://github.com/docpad/docpad-plugin-babel/commits?author=williammalo" title="View the GitHub contributions of William Malo on repository docpad/docpad-plugin-babel">view contributions</a></li></ul>
<h3>Sponsors</h3>
No sponsors yet! Will you be the first?
[![Gratipay donate button](https://img.shields.io/gratipay/docpad.svg)](https://www.gratipay.com/docpad/ "Donate weekly to this project using Gratipay")
[![Flattr donate button](https://img.shields.io/badge/flattr-donate-yellow.svg)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPal donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin")
[![Wishlist browse button](https://img.shields.io/badge/wishlist-donate-yellow.svg)](http://amzn.com/w/2F8TXKSNAFG4V "Buy an item on our wishlist for us")
<span class="badge-githubsponsors"><a href="https://github.com/sponsors/balupton" title="Donate to this project using GitHub Sponsors"><img src="https://img.shields.io/badge/github-donate-yellow.svg" alt="GitHub Sponsors donate button" /></a></span>
<span class="badge-patreon"><a href="https://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span>
<span class="badge-flattr"><a href="https://flattr.com/profile/balupton" title="Donate to this project using Flattr"><img src="https://img.shields.io/badge/flattr-donate-yellow.svg" alt="Flattr donate button" /></a></span>
<span class="badge-liberapay"><a href="https://liberapay.com/bevry" title="Donate to this project using Liberapay"><img src="https://img.shields.io/badge/liberapay-donate-yellow.svg" alt="Liberapay donate button" /></a></span>
<span class="badge-buymeacoffee"><a href="https://buymeacoffee.com/balupton" title="Donate to this project using Buy Me A Coffee"><img src="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg" alt="Buy Me A Coffee donate button" /></a></span>
<span class="badge-opencollective"><a href="https://opencollective.com/bevry" title="Donate to this project using Open Collective"><img src="https://img.shields.io/badge/open%20collective-donate-yellow.svg" alt="Open Collective donate button" /></a></span>
<span class="badge-crypto"><a href="https://bevry.me/crypto" title="Donate to this project using Cryptocurrency"><img src="https://img.shields.io/badge/crypto-donate-yellow.svg" alt="crypto donate button" /></a></span>
<span class="badge-paypal"><a href="https://bevry.me/paypal" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg" alt="PayPal donate button" /></a></span>
<span class="badge-wishlist"><a href="https://bevry.me/wishlist" title="Buy an item on our wishlist for us"><img src="https://img.shields.io/badge/wishlist-donate-yellow.svg" alt="Wishlist browse button" /></a></span>
### Contributors
<h3>Contributors</h3>
These amazing people have contributed code to this project:
- [Jimmy King](https://github.com/jking90) — [view contributions](https://github.com/williammalo/docpad-plugin-babel/commits?author=jking90)
<ul><li><a href="https://github.com/balupton">Benjamin Lupton</a> — <a href="https://github.com/docpad/docpad-plugin-babel/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository docpad/docpad-plugin-babel">view contributions</a></li>
<li><a href="https://github.com/danguilherme">Guilherme Ventura</a> — <a href="https://github.com/docpad/docpad-plugin-babel/commits?author=danguilherme" title="View the GitHub contributions of Guilherme Ventura on repository docpad/docpad-plugin-babel">view contributions</a></li>
<li><a href="http://jimmyking.me">Jimmy King</a></li>
<li><a href="https://github.com/mikeumus">Michael Duane Mooring</a> — <a href="https://github.com/docpad/docpad-plugin-babel/commits?author=mikeumus" title="View the GitHub contributions of Michael Duane Mooring on repository docpad/docpad-plugin-babel">view contributions</a></li>
<li><a href="http://mikeum.us">Michael Duane Mooring</a></li>
<li><a href="https://github.com/sdomagala">Sebastian Domagala</a> — <a href="https://github.com/docpad/docpad-plugin-babel/commits?author=sdomagala" title="View the GitHub contributions of Sebastian Domagala on repository docpad/docpad-plugin-babel">view contributions</a></li>
<li><a href="maloweb.com">William Malo</a> — <a href="https://github.com/docpad/docpad-plugin-babel/commits?author=williammalo" title="View the GitHub contributions of William Malo on repository docpad/docpad-plugin-babel">view contributions</a></li></ul>
- [Michael Duane Mooring](https://github.com/mikeumus) — [view contributions](https://github.com/williammalo/docpad-plugin-babel/commits?author=mikeumus)
<a href="https://github.com/docpad/docpad-plugin-babel/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>
- [Sebastian Domagala](https://github.com/sdomagala) — [view contributions](https://github.com/williammalo/docpad-plugin-babel/commits?author=sdomagala)
<!-- /BACKERS -->
<!-- LICENSE/ -->
<h2>License</h2>
[Become a contributor!](https://github.com/williammalo/docpad-plugin-babel/blob/master/CONTRIBUTING.md#files)
Unless stated otherwise all works are:
<!-- /BACKERS -->
<ul><li>Copyright &copy; <a href="maloweb.com">William Malo</a></li></ul>
and licensed under:
<!-- LICENSE/ -->
<ul><li><a href="http://spdx.org/licenses/MIT.html">MIT License</a></li></ul>
## License
Licensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT license](http://creativecommons.org/licenses/MIT/)
Copyright &copy; William Malo williammalo2@gmail.com (maloweb.com/en)
<!-- /LICENSE -->
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