
Research
PyPI Package Impersonates SymPy to Deliver Cryptomining Malware
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.
helper-geopattern
Advanced tools
Template helper for generating a geometric SVG pattern for CSS backgrounds using btmills/geopattern
Template helper for generating a geometric SVG pattern for CSS backgrounds using btmills/geopattern
Install with npm:
$ npm install --save helper-geopattern
Example for handlebars, but this should work for any template engine that takes helpers or filters.
var geopattern = require('helper-geopattern');
var handlebars = require('handlebars');
// the helper is a function that must be called when registered,
// allowing you to pass in default options to use
handlebars.registerHelper('geopattern', geopattern([options]));
Generate the geopattern based on page title (which would need to exist on the context):
<style>
.page-header {
background-image: {{geopattern title}};
}
</style>
generator
Optionally specify the "generator" to use, which is the geometric shape. See Jason Long's geo_pattern library for examples of all available generators.
<div style="background-image: {{geopattern title generator="octogons"}}"></div>
color
Optionally specify the "color" to use
<div style="background-image: {{geopattern title color="#900"}}"></div>
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Please read the contributing guide for avice on opening issues, pull requests, and coding standards.
(This document was generated by verb-generate-readme (a verb generator), please don't edit the readme directly. Any changes to the readme must be made in .verb.md.)
To generate the readme and API documentation with verb:
$ npm install -g verb verb-generate-readme && verb
Install dev dependencies:
$ npm install -d && npm test
Jon Schlinkert
Copyright © 2017, Jon Schlinkert. Released under the MIT license.
This file was generated by verb-generate-readme, v0.3.0, on January 06, 2017.
FAQs
Template helper for generating a geometric SVG pattern for CSS backgrounds using btmills/geopattern
The npm package helper-geopattern receives a total of 0 weekly downloads. As such, helper-geopattern popularity was classified as not popular.
We found that helper-geopattern 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
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Security News
Node.js 25.4.0 makes require(esm) stable, formalizing CommonJS and ESM compatibility across supported Node versions.

Product
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.