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

async-tag

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-tag - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

index.js

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

self.asyncTag = (function (exports) {
self.asyncTag = (function () {
'use strict';

@@ -30,4 +30,4 @@

return exports;
}({}));
}());

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

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))}}}();
self.asyncTag=function(){"use strict";var n=Array.isArray,r=function r(t,u){for(var i=[],e=t.length;u<e;u++)i.push(n(t[u])?r(t[u],0):t[u]);return Promise.all(i)};return function(n){function t(r,t){return n.apply(this,[r].concat(t))}return function(n){return r(arguments,1).then(t.bind(this,n))}}}();
{
"name": "async-tag",
"version": "0.1.1",
"version": "0.1.2",
"description": "Resolves template literals tag values before applying a generic tag",

@@ -9,3 +9,3 @@ "main": "./cjs/index.js",

"cjs": "ascjs --no-default esm cjs",
"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",
"rollup:babel": "rollup --config rollup/babel.config.js && sed -i.bck 's/^var /self./; s/Object.define[^;]*;//; s/return exports;//; s/exports.default =/return/; s/exports//; s/{}//' index.js && rm -rf index.js.bck",
"min": "terser index.js --comments='/^!/' -c -m -o min.js",

@@ -12,0 +12,0 @@ "coveralls": "nyc report --reporter=text-lcov | coveralls",

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