Socket
Socket
Sign inDemoInstall

gnirts-loader

Package Overview
Dependencies
1
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gnirts-loader

gnirts loader module for webpack - Obfuscate string literals in JavaScript code.


Version published
Weekly downloads
94
decreased by-11.32%
Maintainers
1
Install size
3.45 kB
Created
Weekly downloads
 

Readme

Source

gnirts-loader

npm GitHub issues dependencies license

gnirts loader module for webpack.

Obfuscate string literals in JavaScript code.
See gnirts for more information about gnirts.

Installation

npm install --save-dev gnirts-loader gnirts

Usage

Documentation:

For example:

// webpack.config.js
module.exports = {
  entry: './app.js',
  output: {
    filename: 'bundle.js'
  },
  module: {
    rules: [{
      test: /\.js$/,
      loader: 'gnirts-loader'
    }]
  }
};

Keywords

FAQs

Last updated on 10 Nov 2019

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc