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

hrt

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hrt - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

3

package.json
{
"name": "hrt",
"version": "1.0.6",
"version": "1.0.7",
"description": "HTTP Rewrite Tool for Frontend",
"author": "Longhao Luo <lhluo@tudou.com>",
"license": "GPL",
"main": "./lib/main.js",
"bin" : {

@@ -9,0 +8,0 @@ "hrt": "./hrt"

@@ -44,3 +44,3 @@ var Path = require('path');

// Insert debug script
if (/src\/js\/lib\.js$/.test(newPath)) {
if (/src\/js\/(lib|lite|loader)\.js$/.test(newPath)) {
var content = Util.readFileSync(path, 'utf-8');

@@ -47,0 +47,0 @@

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