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.
geometry-interfaces
Advanced tools
The W3C Geometry Interfaces implemented in JavaScript and polyfilled.
The W3C Geometry Interfaces implemented in JavaScript and polyfilled.
If you're using a module system, just import the library after installing it from NPM:
import 'geometry-interfaces' // ES2015 Modules
// or
require('geometry-interfaces') // CommonJS
// or
define(['geometry-interfaces'], () => {}) // AMD
You can also clone this repo, then you'll see a global.js
file in the root of
the project that you can copy over to your project and load with a <script>
tag, for example:
<script src='global.js'></script>
(You can rename the file of course.)
The global.js
file is usually the one shipped with the last tagged version.
Execute npm run build-global
to update the file using the latest content in
the repo.
If you don't want to polyfill everything and you're using a module system (f.e. Rollup, Webpack, Browserify, etc), import whatever you need directly:
import DOMMatrix from 'geometry-interfaces/DOMMatrix'
Disclaimer: I'm implementing these interfaces/APIs on an as-needed basis, so this project may not currently include all of the interfaces or APIs.
Consider bringing the web forward by making a pull request to add missing interfaces, APIs, or performance improvements (especially on the matrix calculations). :]
The word "dommetry" is a play on the words "geometry" and "DOMMatrix" put together. :D
FAQs
The W3C Geometry Interfaces implemented in JavaScript and polyfilled.
The npm package geometry-interfaces receives a total of 21,729 weekly downloads. As such, geometry-interfaces popularity was classified as popular.
We found that geometry-interfaces 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.