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

gulp-inject

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-inject - npm Package Compare versions

Comparing version 4.2.1 to 4.3.0

12

package.json
{
"name": "gulp-inject",
"version": "4.2.1",
"version": "4.3.0",
"description": "A javascript, stylesheet and webcomponent injection plugin for Gulp, i.e. inject file references into your index.html",

@@ -23,3 +23,3 @@ "keywords": [

"type": "git",
"url": "git://github.com/klei/gulp-inject.git"
"url": "https://github.com/klei/gulp-inject.git"
},

@@ -30,3 +30,3 @@ "scripts": {

"test": "mocha -R spec src/**/*_test.js",
"release": "standard-version"
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},

@@ -45,5 +45,5 @@ "dependencies": {

"should": "^4.0.4",
"standard-version": "^2.2.1",
"strip-color": "^0.1.0",
"xo": "^0.13.0"
"xo": "^0.13.0",
"semantic-release": "^7.0.2"
},

@@ -66,2 +66,2 @@ "engines": {

}
}
}
# gulp-inject
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![XO code style][codestyle-image]][codestyle-url] [![Dependency Status][depstat-image]][depstat-url]
[![NPM version][npm-image]][npm-url] [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Build Status][travis-image]][travis-url] [![XO code style][codestyle-image]][codestyle-url] [![Dependency Status][depstat-image]][depstat-url]

@@ -857,10 +857,2 @@ > A stylesheet, javascript and webcomponent reference injection plugin for [gulp](https://github.com/wearefractal/gulp). No more manual editing of your index.html!

#### options.quiet
Type: `Boolean`
Default: `false`
Lower the verbosity by setting this to true, suppressing the logging of successful injections.
#### ~~options.templateString~~

@@ -867,0 +859,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