@fullstory/browser
Advanced tools
Comparing version 1.2.1 to 1.2.2
# Changelog | ||
## 1.2.2 | ||
Update npm package dependancies on the acorn package to get a clean npm audit | ||
## 1.2.1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@fullstory/browser", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "The official FullStory browser SDK", | ||
@@ -29,27 +29,27 @@ "repository": "git://github.com/fullstorydev/fullstory-browser-sdk.git", | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/register": "^7.5.5", | ||
"babel-eslint": "^10.0.1", | ||
"@babel/core": "^7.8.7", | ||
"@babel/preset-env": "^7.8.7", | ||
"@babel/register": "^7.8.6", | ||
"babel-eslint": "^10.1.0", | ||
"chai": "^4.1.2", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-jsx-a11y": "^6.0.2", | ||
"eslint-plugin-react": "^7.14.3", | ||
"karma": "^4.2.0", | ||
"eslint-plugin-react": "^7.19.0", | ||
"karma": "^4.4.1", | ||
"karma-chai": "^0.1.0", | ||
"karma-chrome-launcher": "^3.0.0", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-mocha": "^1.3.0", | ||
"karma-spec-reporter": "0.0.32", | ||
"karma-webpack": "^4.0.2", | ||
"mocha": "^6.2.0", | ||
"rimraf": "^2.6.2", | ||
"rollup": "^1.20.3", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-copy": "^3.1.0", | ||
"typescript": "^3.6.4", | ||
"webpack": "^4.38.0" | ||
"mocha": "^6.2.2", | ||
"rimraf": "^2.7.1", | ||
"rollup": "^1.32.1", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-copy": "^3.3.0", | ||
"typescript": "^3.8.3", | ||
"webpack": "^4.42.0" | ||
}, | ||
"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
18400