Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@serverless/enterprise-plugin
Advanced tools
To enable the various features of the Serverless Framework Enterprise for a particular Service you must deploy or redeploy that Service, using Serverless Framework open-source CLI version 1.45.1 or later.
Upon deployment, the Serverless Framwork Enteprise Plugin will automatically wrap and instrument your functions to work with the Serverless Framework Enterprise dashboard.
npm i
cd sdk-js
npm i
cd -
sdk-js
needs to be compile, & tests use the dist
build for integration purposes.
npm run build
npm t
cd sdk-js
npm t
cd -
npm run integration-test
First build & link your plugin globally:
npm run build
npm link
Then clone & link sls & link the plugin into sls:
git clone https://github.com/serverl/serverless
cd serverless
npm i
npm link
npm link @serverless/enterprise-plugin
If you need to work with a development version of the platform SDK too, in the sdk, run:
npm run build
npm link
and then in both serverless & this plugin, run npm link @serverless/platform-sdk
package.json
FAQs
The Serverless Dashboard plugin
The npm package @serverless/enterprise-plugin receives a total of 20,764 weekly downloads. As such, @serverless/enterprise-plugin popularity was classified as popular.
We found that @serverless/enterprise-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.