Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@edsilv/aframe
Advanced tools
An experiment to see if it's possible to update A-Frame to use webpack, esmodules, types (via TypeScript), and custom elements v1.
An experiment to see if it's possible to update A-Frame to use webpack, esmodules, types (via TypeScript), and custom elements v1.
Creates commonsjs, esmodule, UMD, and var dist builds. UMD would be the conventional method of use, i.e. window.AFRAME
.
Transpiles TypeScript to es5. Includes @webcomponents/custom-elements/custom-elements
(16k) and @webcomponents/webcomponentsjs/custom-elements-es5-adapter
(1.3k) polyfills (tested in IE11). custom-elements-es5-adapter
is necessary for modern browsers using custom elements transpiled to es5. Eventually when browsers are all "modern" we can change the tsconfig to "target": "es6"
without needing to change anything else.
es6 class syntax with optional static typing can be used for development. Any plain js file is a valid ts file.
Uses dts-bundle-generator
to generate a single namespaced type definition.
Generates documentation using typedoc
from code comments.
npm run examples
a-scene
, a-entity
, a-node
using customElements.define()
console logging connectedCallback
AFRAME.utils.isIE11
exampleFAQs
An experiment to see if it's possible to update A-Frame to use webpack, esmodules, types (via TypeScript), and custom elements v1.
The npm package @edsilv/aframe receives a total of 1 weekly downloads. As such, @edsilv/aframe popularity was classified as not popular.
We found that @edsilv/aframe 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.