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

base-href-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-href-webpack-plugin - npm Package Compare versions

Comparing version

to
1.0.2

.npmignore

9

package.json
{
"name": "base-href-webpack-plugin",
"version": "1.0.1",
"version": "1.0.2",
"description": "Webpack plugin for inserting base href tag in head block",
"main": "./build/index.js",
"typings": "index.d.ts",
"files": [
"index.js"
],
"repository": {

@@ -15,4 +12,4 @@ "type": "git",

"scripts": {
"build": "babel ./index.js --presets es2015 --out-dir ./build",
"watch": "babel --watch ./index.js --presets es2015 --out-dir ./build",
"build": "babel ./index.js --presets es2015 --source-maps --out-dir ./build",
"watch": "babel --watch ./index.js --presets es2015 --source-maps --out-dir ./build",
"prepublish": "npm run build",

@@ -19,0 +16,0 @@ "pretest": "npm run build",