Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

atropa-inject

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atropa-inject

Contains tools for injecting elements and assemblies into web pages.

  • 2014.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

atropa-inject

Contains tools for injecting elements and assemblies into web pages.

Installation

The current published version:

npm install git+https://github.com/matthewkastor/atropa-inject.git#master

For some packages I simply publish to the gh-pages branch since it's easier to generate web docs in the repo and push the whole thing. Check the repo if you try installing the master branch and don't get what you expect.

Source code available at: https://github.com/matthewkastor/atropa-inject/

Usage

In node:

var inject = require('atropa-inject').inject;
console.log(inject);

In the browser this module is attached to the global namespace atropa, which will be created if it does not exist. Include ./browser/atropa-inject_web.js in your page and atropa.inject will be available in your page.

For full documentation see docs/jsdoc. For Visual Studio intellisense files see docs/vsdoc.

Tests

Tests can be run from the root of this package with npm test. They require jasmine-node to be installed on the system. If they're not already on your system, navigate to the root of this package and run npm install to get the devDependencies.

To run the browser tests open browser/atropa-inject_tests.html in your favorite web browser using the provided server. Start the server by running npm start from the root of this package, then open your web browser to http://localhost:9999/browser/ and find the test pages.

To edit the tests for both the browser and Node, edit the jasmine test files in browser/tests. For tests specific to Node edit the files in the specs directory.

Hacking

There are several scripts listed in package.json for development and hacking on this module. They can be run with npm run-script followed by the scripts property corresponding to the script you want to run. For example, given a script called buildDocs, it could be run from the package root by:

npm run-script buildDocs

Of course you need to have the devDependencies installed. If they're not already on your system, navigate to the root of this package and run npm install.

If you would like to reconfigure the browser module, edit dev/browserMain.js and then run npm run-script buildBrowserModule from the root of this package.

If you alter the source in src/atropa-inject.js please run the srcFormat, lint, and buildDocs scripts on it before submitting a pull request.

Author

Matthew Kastor

matthewkastor@gmail.com

https://plus.google.com/100898583798552211130

License

The license, gpl-3.0, can be found in the License folder or online at http://www.gnu.org/licenses/gpl-3.0-standalone.html

Keywords

FAQs

Package last updated on 03 Feb 2014

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc