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

fetch-inject

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-inject - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

.travis.yml

12

package.json
{
"name": "fetch-inject",
"version": "1.0.1",
"version": "1.1.0",
"description": "Inline assets into the DOM using Fetch Injection.",

@@ -9,7 +9,8 @@ "main": "lib/fetch-inject.js",

"test": "npm run lint",
"lint": "standard"
"lint": "standard",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jhabdas/fetch-inject.git"
"url": "https://github.com/jhabdas/fetch-inject.git"
},

@@ -31,3 +32,4 @@ "keywords": [

"standard": "^9.0.0",
"uglify-js-harmony": "^2.7.5"
"uglify-js-harmony": "^2.7.5",
"semantic-release": "^6.3.2"
},

@@ -43,2 +45,2 @@ "standard": {

"homepage": "https://github.com/jhabdas/fetch-inject#readme"
}
}
# Fetch Inject
[![npm](https://img.shields.io/badge/code_style-standard-brightgreen.svg "Standard - JavaScript Style Guide")](https://www.npmjs.com/package/fetch-inject)
[![npm](https://img.shields.io/npm/dm/fetch-inject.svg "NPM Downloads per Month")](https://www.npmjs.com/package/fetch-inject)
[![npm](https://img.shields.io/npm/v/fetch-inject.svg "NPM Version")](https://www.npmjs.com/package/fetch-inject)
[![Join the chat at https://gitter.im/fetch-inject/Lobby](https://badges.gitter.im/fetch-inject/Lobby.svg)](https://gitter.im/fetch-inject/Lobby)
[![Build Status](https://travis-ci.org/jhabdas/fetch-inject.svg?branch=master)](https://travis-ci.org/jhabdas/fetch-inject)
[![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)
[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://www.npmjs.com/package/fetch-inject)
[![NPM Downloads per Month](https://img.shields.io/npm/dm/fetch-inject.svg)](https://www.npmjs.com/package/fetch-inject)
[![NPM Version](https://img.shields.io/npm/v/fetch-inject.svg)](https://www.npmjs.com/package/fetch-inject)

@@ -193,3 +196,2 @@ Dynamically inline assets into the DOM using the Fetch API, with support for promise chains.

MIT License<br>
Copyright (c) 2017 Josh Habdas
MIT License 2017 © Josh Habdas and [contributors](https://github.com/jhabdas/fetch-inject/graphs/contributors)
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