New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@reframe/react-kit

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reframe/react-kit

The React-Kit includes: - [@reframe/react](/react) - [@reframe/path-to-regexp](/path-to-regexp) - And other things. (See the react kit's source code to see these things.)

Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
2
-90%
Maintainers
1
Weekly downloads
 
Created
Source

Reframe's React-Kit

@reframe/react-kit

The React-Kit includes:

  • @reframe/react
  • @reframe/path-to-regexp
  • And other things. (See the react kit's source code to see these things.)

Usage

The React-Kit is automatically included when listed as dependency in your dependencies field of your package.json.

You can also add the React-Kit over the reframe.config.js:

// reframe.config.js

const defaultKit = require('@reframe/react-kit'); // npm install @reframe/react-kit

module.exports = {
    plugins: [
        defaultKit()
    ],
};

FAQs

Package last updated on 15 May 2018

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