ua-parser-js 1.0.2 → 1.0.32

Sign up to get free protection for your applications and to get access to all the features.
package/package.js DELETED
@@ -1,12 +0,0 @@
1
- Package.describe({
2
- name: 'faisalman:ua-parser-js',
3
- version: '1.0.2',
4
- summary: 'Lightweight JavaScript-based user-agent string parser',
5
- git: 'https://github.com/faisalman/ua-parser-js.git',
6
- documentation: 'readme.md'
7
- });
8
-
9
- Package.onUse(function (api) {
10
- api.addFiles("src/ua-parser.js");
11
- api.export("UAParser");
12
- });
package/security.md DELETED
@@ -1,5 +0,0 @@
1
- # Security Policy
2
-
3
- ## Reporting a Vulnerability
4
-
5
- Please report security issues to `f@faisalman.com`