Posts

  • postcss-cli

    CLI for postcss

    If you need to pass options to your plugins, or have a long plugin chain, you’ll want to use a configuration file.

    postcss.config.js

    module.exports = {
      parser: 'sugarss',
      plugins: [
        require('postcss-import')({ ...options }),
        require('postcss-url')({ url: 'copy', useHash: true }),
      ],
    }
    

    Note that you can not set the from or to options for postcss in the config file. They are set automatically based on the CLI arguments.

    Tags: #javascript • cli • postcss

  • express-state

    Share configuration and state data of an Express app with the client-side via JavaScript.

    Express State is designed to make it easy to share configuration and state data from the server to the client. It can be used to share any data that needs to be available to the client-side JavaScript code of the an app: e.g., the current user, a CSRF token, model data, routes, etc.

    Progressively enhanced Web apps can be built by rendering an app’s initial state on the server and using Express State as the conduit through which the server passes data and control over to the client-side JavaScript code.

    Tags: #javascript

  • SniffAir

    A framework for wireless pentesting.

    SniffAir is an open-source wireless security framework which provides the ability to easily parse passively collected wireless data as well as launch sophisticated wireless attacks. SniffAir takes care of the hassle associated with managing large or multiple pcap files while thoroughly cross-examining and analyzing the traffic, looking for potential security flaws. Along with the prebuilt queries, SniffAir allows users to create custom queries for analyzing the wireless data stored in the backend SQL database. SniffAir is built on the concept of using these queries to extract data for wireless penetration test reports. The data can also be leveraged in setting up sophisticated wireless attacks included in SniffAir as modules.

    SniffAir is developed by @Tyl0us and @theDarracott

    Tags: #python

  • urlcrazy

    Generate and test domain typos and variations to detect and perform typo squatting, URL hijacking, phishing, and corporate espionage.

    URLCrazy is an OSINT tool to generate and test domain typos or variations to detect or perform typo squatting, URL hijacking, phishing, and corporate espionage.

    Homepage: https://www.morningstarsecurity.com/research/urlcrazy

    Tags: #ruby • osint • typosquatting

  • phpipam

    phpipam development repository

    Website: https://phpipam.net/

    Tags: #php • ipam • management-system

  • audiveris

    Latest generation of Audiveris OMR engine

    This repository contains source code for the latest generation of Audiveris Optical Music Recognition (OMR) application.

    Tags: #java • open-source • optical-music-recognition

  • sorry-cypress

    An open-source on-premise, self-hosted alternative to cypress dashboard

    Documentation has moved to https://sorry-cypress.dev/

    Please help us by taking a short 1-minute survey.

    Show us your ❤️ at Open Collective.

    Thank you!

    Tags: #typescript • cypress • parallelization

  • react-native-create-bridge

    A CLI tool that bridges React Native modules & UI components with ease 🎉

    Bridging native modules & UI components made easy! If you’re a JavaScript developer writing your first lines of native code or a more experienced developer looking to eliminate boilerplate from your React Native workflow, this tool is for you.

    Tags: #javascript • react-native • bridge

  • simplelightbox

    Touch-friendly image lightbox for mobile and desktop

    Touch-friendly image lightbox for mobile and desktop

    Tags: #javascript • simplelightbox • jquery

  • react-scrollbars-custom

    The best React custom scrollbars component

    npm install react-scrollbars-custom
    # or via yarn
    yarn add react-scrollbars-custom
    

    INSTALLATION NOTE:
    This lib is written in ES6+ and delivering with both, transpiled and untranspiled versions:

    • main field of package.json is pointing to transpiled ES3-compatible version with CJS modules resolution;
    • module field is pointing to transpiled ES3-compatible version with ES modules resolution;
    • esnext field is pointing to the ES6+ version with ES modules resolution;

    Depending on your targets you may have to use Webpack and/or Babel to pull untranspiled version of package.
    See some tips on wiring thing up: https://2ality.com/2017/06/pkg-esnext.html

    Tags: #typescript • customizable • scrollbars

subscribe via RSS