
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@pie-api/pie-element-extensions
Advanced tools
This is a set of Custom Elements and ES Modules that extend the capabilties of @pie-framework/elements
in the context of pie-api service. They are intended to be deployed for use in a browser with ES imports.
Initially, the Elements will include:
Cell - an element to render a user response in a small form factor that can be displayed in a table/spreadsheet cell
Response - an element to rendder more complete user response, in a larger form factor than Cell but without necessarily rendering the actual question
Future Elements:
Aggregate - display a PIE with aggreate information about a set of responses
Modules:
This lib may also export modules & functions that are not Custom Elements.
e.g.:
aggregateResponses([session]) - do a map reduce to get aggregate data about user responses.
Under R&D:
pie-api will support extending the capabilities of 'installed' pies with these extensions through a definition that defines the module urls for the extension's modules. See src/multiple-choice/pie.config.js
yarn add @pie-api/pie-element-extensions/
npm i @pie-api/pie-element-extensions/
<script type="module">
import '@pie-api/pie-element-extensions/pie-element-extensions.js';
</script>
<!-- use one of the elements exported by the above import-->
<multiple-choice-cell></multiple-choice-cell>
npm install
npm run test
src/pie-name directory.LitElement from the element module file. Also export this as default.@element tag-name in comments for the element class@prop {Type} name - description in coments for the element classsrc/pie-name/teststories/element-name/[pie-name].stories.jsTo run the suite of karma tests, run
npm run test
To run the tests in watch mode (for TDD, for example), run
npm run test:watch
And open the URL that will be logged to consoleon test-server-start
To run a local instance of Storybook for the components, run
npm run storybook
To build a production version of Storybook, run
npm run storybook:build
To scan the project for linting errors, run
npm run lint
You can lint with ESLint and Prettier individually as well
npm run lint:eslint
npm run lint:prettier
To automatically fix many linting errors, run
npm run format
You can format using ESLint and Prettier individually as well
npm run format:eslint
npm run format:prettier
es-dev-servernpm start
To run a local development server that serves the basic demo located in demo/index.html
FAQs
Extended capabilites for pie-elements
The npm package @pie-api/pie-element-extensions receives a total of 317 weekly downloads. As such, @pie-api/pie-element-extensions popularity was classified as not popular.
We found that @pie-api/pie-element-extensions demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.