intersection-observer-admin
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -402,1 +402,2 @@ var Registry = /** @class */ (function () { | ||
export default IntersectionObserverAdmin; | ||
//# sourceMappingURL=intersection-observer-admin.es5.js.map |
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : | ||
typeof define === 'function' && define.amd ? define(factory) : | ||
(global.intersectionObserverAdmin = factory()); | ||
}(this, (function () { 'use strict'; | ||
(global = global || self, global.intersectionObserverAdmin = factory()); | ||
}(this, function () { 'use strict'; | ||
@@ -409,2 +409,3 @@ var Registry = /** @class */ (function () { | ||
}))); | ||
})); | ||
//# sourceMappingURL=intersection-observer-admin.umd.js.map |
{ | ||
"name": "intersection-observer-admin", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "Intersection Observer Admin for better performance", | ||
@@ -47,19 +47,19 @@ "main": "dist/intersection-observer-admin.umd.js", | ||
"devDependencies": { | ||
"@types/jest": "^23.3.9", | ||
"@types/node": "^10.12.9", | ||
"jest": "^23.6.0", | ||
"@types/jest": "^24.0.15", | ||
"@types/node": "^12.6.8", | ||
"jest": "^24.8.0", | ||
"lodash.camelcase": "^4.3.0", | ||
"prettier": "^1.15.2", | ||
"rollup": "^0.67.3", | ||
"rollup-plugin-typescript2": "^0.18.1", | ||
"rollup-plugin-node-resolve": "^3.4.0", | ||
"prettier": "^1.18.2", | ||
"rollup": "^1.17.0", | ||
"rollup-plugin-typescript2": "^0.22.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-sourcemaps": "^0.4.2", | ||
"ts-jest": "^23.10.4", | ||
"tslint": "^5.11.0", | ||
"tslint-config-prettier": "^1.16.0", | ||
"ts-jest": "^24.0.2", | ||
"tslint": "^5.18.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tslint-eslint-rules": "^5.4.0", | ||
"tslint-plugin-prettier": "^2.0.1", | ||
"typescript": "^3.2.0" | ||
"typescript": "^3.5.3" | ||
}, | ||
"dependencies": {} | ||
} |
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
115196
36
1600