New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tolefocus

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tolefocus - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "tolefocus",
"version": "0.1.0",
"version": "0.1.1",
"description": "Agnostic Framework Focus Manager",

@@ -5,0 +5,0 @@ "scripts": {

# ToleFocus
[![NPM version](https://badge.fury.io/js/tolefocus.svg)](http://badge.fury.io/js/tolefocus) [![Dependency Status](https://david-dm.org/tolemac/tolefocus.svg)](https://david-dm.org/tolemac/tolefocus) [![devDependency Status](https://david-dm.org/tolemac/tolefocus/dev-status.svg)](https://david-dm.org/tolemac/tolefocus#info=devDependencies)
> JavaScript Framework agnostic Focus Manager coded in TypeScript

@@ -11,2 +12,8 @@

## Installation
````
npm install tolefocus --save
````
## Usage

@@ -117,1 +124,30 @@

````
## SystemJS config
To use using SystemJS you have to map tolefocus to the distributed bundle:
```` javascript
System.config({
...
...
map: {
tolefocus: './node_modules/tolefocus/dist/bundles/tolefocus.bundle.umd.js'
...
...
},
...
...
})
````
## Build
Pull request are welcome, to build it:
````
git clone https://github.com/tolemac/tolefocus.git
cd tolefocus
npm install
npm run build
````
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