@amplitude/session-replay-browser
Advanced tools
Comparing version 1.9.0 to 1.9.1
{ | ||
"name": "@amplitude/session-replay-browser", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"description": "", | ||
@@ -20,6 +20,7 @@ "author": "Amplitude Inc", | ||
"scripts": { | ||
"build": "yarn bundle && yarn build:es5 && yarn build:esm", | ||
"build": "yarn build:fix-finder && yarn bundle && yarn build:es5 && yarn build:esm", | ||
"bundle": "rollup --config rollup.config.js", | ||
"build:es5": "tsc -p ./tsconfig.es5.json", | ||
"build:esm": "tsc -p ./tsconfig.esm.json", | ||
"build:fix-finder": "rimraf ../../node_modules/@medv/finder/finder.ts # This is required until the package is fixed upstream", | ||
"clean": "rimraf node_modules lib coverage", | ||
@@ -32,3 +33,2 @@ "fix": "yarn fix:eslint & yarn fix:prettier", | ||
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"", | ||
"postinstall": "rimraf ../../node_modules/@medv/finder/finder.ts # This is required until the package is fixed upstream", | ||
"publish": "node ../../scripts/publish/upload-to-s3.js", | ||
@@ -70,3 +70,3 @@ "test": "jest", | ||
], | ||
"gitHead": "b90360189f0fd3a2687755da6e2d3db534bd909a" | ||
"gitHead": "cd9ce6c12eec07501e231d5871f2ca36bf105b38" | ||
} |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
863693
0