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

gulp-parser-inline

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-parser-inline - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

dist/san-inline.js

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [1.5.0](https://github.com/searchfe/gulp-parser-inline/compare/v1.4.0...v1.5.0) (2019-11-04)
### Features
* add san-inline ([5ac4d72](https://github.com/searchfe/gulp-parser-inline/commit/5ac4d72d8b440a90abb6f8a7d483e4071e87af8d))
# [1.4.0](https://github.com/searchfe/gulp-parser-inline/compare/v1.3.0...v1.4.0) (2019-10-28)

@@ -2,0 +9,0 @@

2

dist/index.js

@@ -25,2 +25,4 @@ "use strict";

var parseCss_1 = require("./parseCss");
var san_inline_1 = require("./san-inline");
exports.parseSan = san_inline_1.parseSan;
var utils_1 = require("./utils");

@@ -27,0 +29,0 @@ var debug_1 = require("debug");

8

package.json
{
"name": "gulp-parser-inline",
"version": "1.4.0",
"version": "1.5.0",
"discription": "gulp-parser-inline",

@@ -75,2 +75,3 @@ "scripts": {

"dependencies": {
"@types/escape-html": "^0.0.20",
"@types/less": "^3.0.0",

@@ -80,3 +81,5 @@ "@types/replace-ext": "0.0.27",

"debug": "^4.1.1",
"escape-html": "^1.0.3",
"gulp-util": "^3.0.8",
"html-minifier": "^4.0.0",
"less": "^3.9.0",

@@ -110,3 +113,4 @@ "replace-ext": "^1.0.0",

"*.json",
"*.md"
"*.md",
"!text.d.ts"
],

@@ -113,0 +117,0 @@ "nyc": {

@@ -33,2 +33,3 @@ # gulp-parser-inline

const parse = require('gulp-parser-inline').parseInline;
const sanInline = require('gulp-parser-inline').parseSan;
// parse tpl

@@ -68,3 +69,8 @@ gulp.task('build:tpl', function (stream) {

});
// parseSan
gulp.task('san', ()=>{
return gulp.src(['./test/*.san.ts'])
.pipe(sanInline({basePath: path.resolve('./test')}))
.pipe(gulp.dest('./output'));
});
```

@@ -71,0 +77,0 @@

Sorry, the diff of this file is too big to display

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