@instaffogmbh/pardot-lead-integrator
Advanced tools
Comparing version 0.0.2 to 0.0.3
"use strict"; | ||
require("babel-polyfill"); | ||
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } } | ||
@@ -4,0 +6,0 @@ |
{ | ||
"name": "@instaffogmbh/pardot-lead-integrator", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "node_modules/mocha/bin/mocha --require @babel/register --require babel-polyfill spec" | ||
"test": "node_modules/mocha/bin/mocha --require @babel/register --require babel-polyfill spec", | ||
"prepublish": "npm test && npx babel index.js --out-dir dist" | ||
}, | ||
@@ -12,5 +13,6 @@ "keywords": [], | ||
"browserslist": "> 0.25%, not dead", | ||
"main": "index.js", | ||
"license": "ISC", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"babel-polyfill": "^6.26.0" | ||
}, | ||
"devDependencies": { | ||
@@ -21,6 +23,6 @@ "@babel/cli": "^7.5.5", | ||
"@babel/preset-env": "^7.5.5", | ||
"@babel/preset-es2015": "^7.0.0-beta.53", | ||
"@babel/register": "^7.5.5", | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^8.0.6", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
@@ -27,0 +29,0 @@ "babel-preset-stage-0": "^6.24.1", |
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
1
5502
1
3
94
+ Addedbabel-polyfill@^6.26.0
+ Addedbabel-polyfill@6.26.0(transitive)
+ Addedbabel-runtime@6.26.0(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedregenerator-runtime@0.10.50.11.1(transitive)