Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
di-till-ng-2
Advanced tools
This readme describes how to set up your working space in order to run the tests and hack on it. See How can I use it on how to use this DI framework in your project.
# Clone this repo (or your fork).
git clone https://github.com/angular/di.js.git
# Install all the the dev dependencies, such as Karma, Gulp, etc.
npm install
# If you wanna use "karma" or "gulp" commands, install also:
npm install -g karma-cli
npm install -g gulp
This will start Karma and Chrome (with --harmony
enabled). Karma will watch the source code and run the tests anytime you save a change.
karma start
All the source code is written in the upcoming version of JavaScript - ES6. In order to use it in the current browsers you need to transpile the code into ES5 using Traceur.
# Transpile ES6 into ./compiled/*
gulp build
# Watch all the sources and transpile on any change
gulp watch
gulp build_examples
gulp serve
I talked about this DI framework at the ng-conf, here are some more links...
Also, here is the original design doc, which is quickly becoming out-dated ;-)
FAQs
A DI framework.
We found that di-till-ng-2 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 removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
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.