
Research
/Security News
Intercom’s npm Package Compromised in Ongoing Mini Shai-Hulud Worm Attack
Compromised intercom-client@7.0.4 npm package is tied to the ongoing Mini Shai-Hulud worm attack targeting developer and CI/CD secrets.
Load angular dependencies in a browserify friendly manner with simple version selection.
Browserify transform to load angular dependencies in a browserify friendly manner with simple version selection via the require statement.
npm install angularify
In your application entry file simply use the standard require statement to have a speecific version of Angular or a code Angular module loaded. You only need to do this once as Angular is then made global and modules will be bound in the usual Angular manner!
An example Browserify entry point file is below.
// Angular is now included in your browserify build (bundle.js)
require('angular@1.2.2');
// ngRoute is now included in your build too!
require('angular-route@1.2.2');
angular.module('MyApp', ['ngRoute']);
// Now write your app!
Tests. I have just made this repository public and gotten the transform behaving, but now it needs to be tested to verify it works the way one expects it to in the browser.
FAQs
Load angular dependencies in a browserify friendly manner with simple version selection.
The npm package angularify receives a total of 2 weekly downloads. As such, angularify popularity was classified as not popular.
We found that angularify 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.

Research
/Security News
Compromised intercom-client@7.0.4 npm package is tied to the ongoing Mini Shai-Hulud worm attack targeting developer and CI/CD secrets.

Research
Socket detected a malicious supply chain attack on PyPI package lightning versions 2.6.2 and 2.6.3, which execute credential-stealing malware on import.

Research
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.