Comparing version 0.0.1 to 0.1.0
@@ -26,5 +26,5 @@ self.asyncTag = (function (exports) { | ||
exports.default = index; | ||
return index; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
@@ -31,0 +31,0 @@ return exports; |
@@ -1,1 +0,1 @@ | ||
self.asyncTag=function(n){"use strict";var r=Array.isArray,t=function n(t,e){for(var u=[],i=t.length;e<i;e++)u.push(r(t[e])?n(t[e],0):t[e]);return Promise.all(u)};return n.default=function(n){function r(r,t){return n.apply(this,[r].concat(t))}return function(n){return t(arguments,1).then(r.bind(this,n))}},Object.defineProperty(n,"__esModule",{value:!0}),n}({}); | ||
self.asyncTag=function(n){"use strict";var r=Array.isArray,t=function n(t,u){for(var i=[],e=t.length;u<e;u++)i.push(r(t[u])?n(t[u],0):t[u]);return Promise.all(i)};return function(n){function r(r,t){return n.apply(this,[r].concat(t))}return function(n){return t(arguments,1).then(r.bind(this,n))}}}(); |
{ | ||
"name": "async-tag", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Resolves template literals tag values before applying a generic tag", | ||
"main": "./cjs/index.js", | ||
"scripts": { | ||
"build": "npm run cjs && npm run rollup:es && npm run rollup:babel && npm run min && npm run test", | ||
"build": "npm run cjs && npm run rollup:babel && npm run min && npm run test", | ||
"cjs": "ascjs --no-default esm cjs", | ||
"rollup:es": "rollup --config rollup/es.config.js && sed -i.bck 's/^var /self./' es.js && rm -rf es.js.bck", | ||
"rollup:babel": "rollup --config rollup/babel.config.js && sed -i.bck 's/^var /self./' index.js && rm -rf index.js.bck", | ||
"rollup:babel": "rollup --config rollup/babel.config.js && sed -i.bck 's/^var /self./; s/Object.define[^;]*;//; s/exports.default =/return/' index.js && rm -rf index.js.bck", | ||
"min": "terser index.js --comments='/^!/' -c -m -o min.js", | ||
@@ -45,3 +44,11 @@ "coveralls": "nyc report --reporter=text-lcov | coveralls", | ||
}, | ||
"unpkg": "min.js" | ||
"unpkg": "min.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/WebReflection/async-tag.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/WebReflection/async-tag/issues" | ||
}, | ||
"homepage": "https://github.com/WebReflection/async-tag#readme" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4026
0
1
0
29
0
52