
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
ContentEdit
Advanced tools
A JavaScript library that provides a set of classes for building content-editable HTML elements.
A JavaScript library that provides a set of classes for building content-editable HTML elements.
Using bower
bower install --save ContentEdit
Using npm
npm install --save ContentEdit
To build the library you'll need to use Grunt. First install the required node modules (grunt-cli must be installed):
git clone https://github.com/GetmeUK/ContentEdit.git
cd ContentEdit
npm install
Install Sass (if not already installed):
gem install sass
Then run grunt build to build the project.
To test the library you'll need to use Jasmine. First install Jasmine:
git clone https://github.com/pivotal/jasmine.git
mkdir ContentEdit/jasmine
mv jasmine/dist/jasmine-standalone-2.0.3.zip ContentEdit/jasmine
cd ContentEdit/jasmine
unzip jasmine-standalone-2.0.3.zip
Then open ContentEdit/SpecRunner.html in a browser to run the tests.
Alternatively you can use grunt jasmine to run the tests from the command line.
Full documentation is available at http://getcontenttools.com/api/content-edit
FAQs
A JavaScript library that provides a set of classes for building content-editable HTML elements.
We found that ContentEdit 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
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.