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

inline-source

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inline-source - npm Package Compare versions

Comparing version 5.1.3 to 5.1.4

6

CHANGELOG.md
# Changelog
**5.1.4** - Jan 03, 2017
* improve handling of source paths with query params
**5.1.3** - Dec 16, 2016
* fix handling of source paths with query params [#49](https://github.com/popeindustries/inline-source/issues/49)
**5.1.2** - Nov 8, 2016

@@ -4,0 +10,0 @@ * update dependencies

2

lib/utils.js

@@ -10,3 +10,3 @@ 'use strict';

const RE_NOT_FILEPATH = /[\r\n<>]/gm;
const RE_QUERY = /\?[^#]+/g;
const RE_QUERY = /\?[^#]*/g;

@@ -13,0 +13,0 @@ module.exports = {

{
"name": "inline-source",
"description": "Inline all flagged js, css, image source files",
"version": "5.1.3",
"version": "5.1.4",
"author": "popeindustries <alex@pope-industries.com>",

@@ -6,0 +6,0 @@ "keywords": [

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