Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@granite-elements/granite-clipboard
Advanced tools
A lightweight element wrapping-up clipboard.js
A simple, lightweight element wrapping-up clipboard.js.
Built on lit-element following the open-wc recommendation.
The old Polymer 2.x-1.x version is available on the
polymer-hybrid-1.x-2.x
branch.
npm i granite-clipboard
<script type="module">
import 'granite-clipboard/granite-clipboard.js';
</script>
<granite-clipboard text="Text to be copied">
<div style="width:250px;height:50px;border-radius:5px;background-color:#aaaaff;cursor:pointer;">Click here</div>
</granite-clipboard>
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
To 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
To run a local instance of Storybook for your component, run
npm run storybook
To build a production version of Storybook, run
npm run storybook:build
For most of the tools, the configuration is in the package.json
to reduce the amount of files in your project.
If you customize the configuration a lot, you can consider moving them to individual files.
es-dev-server
npm start
To run a local development server that serves the basic demo located in demo/index.html
git checkout -b my-new-feature
git commit -m 'Add some feature'
git push origin my-new-feature
FAQs
A lightweight element wrapping-up clipboard.js
The npm package @granite-elements/granite-clipboard receives a total of 6 weekly downloads. As such, @granite-elements/granite-clipboard popularity was classified as not popular.
We found that @granite-elements/granite-clipboard 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.