Socket
Socket
Sign inDemoInstall

plain-tag

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 0.1.0

2

es.js

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

self.noopTag=function(n){"use strict";return n.default=function(n){for(var r=n[0],t=1,u=arguments.length;t<u;t++)r+=arguments[t]+n[t];return r},n}({}).default;
self.plainTag=function(n){"use strict";return n.default=function(n){for(var r=n[0],t=1,u=arguments.length;t<u;t++)r+=arguments[t]+n[t];return r},n}({}).default;
{
"name": "plain-tag",
"version": "0.0.0",
"description": "",
"version": "0.1.0",
"description": "A noop/plain JS template literal tag",
"main": "./cjs/index.js",

@@ -16,4 +16,9 @@ "scripts": {

},
"keywords": [],
"author": "",
"keywords": [
"noop",
"template",
"literal",
"tag"
],
"author": "Andrea Giammarchi",
"license": "ISC",

@@ -38,3 +43,11 @@ "devDependencies": {

},
"unpkg": "min.js"
}
"unpkg": "min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/WebReflection/plain-tag.git"
},
"bugs": {
"url": "https://github.com/WebReflection/plain-tag/issues"
},
"homepage": "https://github.com/WebReflection/plain-tag#readme"
}
# plain-tag
A plain JS template literal tag.
[![Build Status](https://travis-ci.com/WebReflection/plain-tag.svg?branch=master)](https://travis-ci.com/WebReflection/plain-tag) [![Coverage Status](https://coveralls.io/repos/github/WebReflection/plain-tag/badge.svg?branch=master)](https://coveralls.io/github/WebReflection/plain-tag?branch=master)
A noop/plain JS template literal tag.
```js

@@ -6,0 +8,0 @@ import plainTag from 'plain-tag';

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc