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

enb-tech-wrap

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enb-tech-wrap - npm Package Compare versions

Comparing version

to
0.2.1

16

package.json

@@ -5,18 +5,12 @@ {

"name": "enb-tech-wrap",
"version": "0.2.0",
"repository": "git://github.com/bem-kit/enb-wrap",
"homepage": "https://github.com/bem-kit/enb-wrap",
"bugs": "https://github.com/bem-kit/enb-wrap/issues",
"version": "0.2.1",
"repository": "git://github.com/enb/enb-tech-wrap",
"homepage": "https://github.com/enb/enb-tech-wrap",
"bugs": "https://github.com/enb/enb-tech-wrap/issues",
"licenses": [
{
"type": "MPL-2.0",
"url": "https://github.com/bem-kit/enb-wrap/blob/master/LICENSE.txt"
"url": "https://github.com/enb/enb-tech-wrap/blob/master/LICENSE.txt"
}
],
"contributors": [
{
"name": "Vladimir Grinenko",
"email": "i@tadatuta.com"
}
],
"engines": {

@@ -23,0 +17,0 @@ "node": ">= 4"

@@ -5,2 +5,5 @@ # enb-tech-wrap

This enb tech gathers source files by `filesTarget` mask, then wraps them with `before`/`after`/`wrap`.
Finally, it concats them into one `target` file.
## Installation

@@ -20,2 +23,4 @@

after: '/* after */',
beforeAll: '/* before all */',
afterAll: '/* after all */',
wrap: function(file, content) {

@@ -22,0 +27,0 @@ return [