@amplitude/plugin-web-attribution-browser
Advanced tools
Comparing version 0.1.3 to 0.1.4-beta.0
{ | ||
"name": "@amplitude/plugin-web-attribution-browser", | ||
"version": "0.1.3", | ||
"version": "0.1.4-beta.0", | ||
"description": "", | ||
@@ -11,2 +11,3 @@ "author": "Amplitude Inc", | ||
"types": "lib/esm/index.d.ts", | ||
"sideEffects": false, | ||
"publishConfig": { | ||
@@ -20,3 +21,4 @@ "access": "public" | ||
"scripts": { | ||
"build": "yarn build:es5 && yarn build:esm", | ||
"build": "yarn bundle && yarn build:es5 && yarn build:esm", | ||
"bundle": "rollup --config rollup.config.js", | ||
"build:es5": "tsc -p ./tsconfig.es5.json", | ||
@@ -31,2 +33,3 @@ "build:esm": "tsc -p ./tsconfig.esm.json", | ||
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"", | ||
"publish": "node ../../scripts/publish/upload-to-s3.js", | ||
"test": "jest", | ||
@@ -39,11 +42,20 @@ "typecheck": "tsc -p ./tsconfig.json" | ||
"dependencies": { | ||
"@amplitude/analytics-browser": "^1.5.0", | ||
"@amplitude/analytics-client-common": "^0.2.1", | ||
"@amplitude/analytics-types": "^0.10.2", | ||
"@amplitude/analytics-client-common": "^0.2.2-beta.0", | ||
"@amplitude/analytics-types": "^0.10.3-beta.0", | ||
"tslib": "^2.3.1" | ||
}, | ||
"devDependencies": { | ||
"@amplitude/analytics-browser": "^1.5.1-beta.0", | ||
"@rollup/plugin-commonjs": "^21.0.2", | ||
"@rollup/plugin-node-resolve": "^13.1.3", | ||
"@rollup/plugin-typescript": "^8.3.1", | ||
"rollup": "^2.69.0", | ||
"rollup-plugin-execute": "^1.1.1", | ||
"rollup-plugin-gzip": "^3.0.0", | ||
"rollup-plugin-terser": "^7.0.2" | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"gitHead": "d5d22e7f4f52d5ed816cd473acc4c9e57a9e61dd" | ||
"gitHead": "6ab4885f3970c6bd8939b603a6918339c8b87f4a" | ||
} |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
70038
3
38
492
8
1
- Removed@amplitude/analytics-browser@^1.5.0
- Removed@amplitude/analytics-browser@1.13.6(transitive)
- Removed@amplitude/analytics-client-common@1.2.3(transitive)
- Removed@amplitude/analytics-core@1.2.5(transitive)
- Removed@amplitude/analytics-types@1.3.4(transitive)
- Removed@amplitude/plugin-page-view-tracking-browser@1.0.13(transitive)
- Removed@amplitude/plugin-web-attribution-browser@1.0.13(transitive)
- Removed@amplitude/ua-parser-js@0.7.33(transitive)