@ne1410s/popup
Advanced tools
Comparing version 0.2.3 to 0.2.4
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
(global = global || self, factory(global.ne_pop = {})); | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.ne_pop = {})); | ||
}(this, (function (exports) { 'use strict'; | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "@ne1410s/popup", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "A lightweight configurable popup.", | ||
@@ -41,15 +41,15 @@ "main": "dist/ne14_pop.cjs.min.js", | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^13.0.0", | ||
"@rollup/plugin-commonjs": "^15.1.0", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^8.1.0", | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
"@rollup/plugin-url": "^5.0.1", | ||
"prettier": "^2.0.5", | ||
"prettier": "^2.1.2", | ||
"rimraf": "^3.0.1", | ||
"rollup": "^2.18.0", | ||
"rollup-plugin-typescript2": "^0.27.1", | ||
"typescript": "^3.9.5" | ||
"rollup": "^2.31.0", | ||
"rollup-plugin-typescript2": "^0.27.3", | ||
"typescript": "^4.0.3" | ||
}, | ||
"dependencies": { | ||
"@ne1410s/cust-elems": "^0.1.4" | ||
"@ne1410s/cust-elems": "^0.1.5" | ||
} | ||
} |
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
36804
Updated@ne1410s/cust-elems@^0.1.5