@instana/aws-lambda
Advanced tools
Comparing version 1.74.2 to 1.75.0
{ | ||
"name": "@instana/aws-lambda", | ||
"version": "1.74.2", | ||
"version": "1.75.0", | ||
"description": "Monitor Node.js based AWS Lambdas with Instana", | ||
@@ -29,6 +29,6 @@ "author": { | ||
"audit": "bin/prepare-audit.sh && npm audit --production; git checkout package-lock.json", | ||
"test": "echo \"$(node -v)\" | grep v6 > /dev/null || npm run test:nolint && npm run test:lint", | ||
"test:nolint": "npm run test:mocha", | ||
"test": "echo \"$(node -v)\" | grep v6 > /dev/null || npm run test:mocha", | ||
"test:mocha": "mocha --reporter spec $(find test -iname '*test.js')", | ||
"test:lint": "eslint src test lambdas", | ||
"lint": "eslint src test lambdas", | ||
"verify": "npm run lint && npm test", | ||
"prettier": "prettier --write 'src/**/*.js' 'test/**/*.js' 'lambdas/**/*.js'" | ||
@@ -61,3 +61,3 @@ }, | ||
"dependencies": { | ||
"@instana/core": "^1.74.2", | ||
"@instana/core": "^1.75.0", | ||
"semver": "^5.6.0" | ||
@@ -75,3 +75,3 @@ }, | ||
}, | ||
"gitHead": "de6e7ec86045ab2482587d2564d36d4ee836b6ee" | ||
"gitHead": "d127eb54c91c658eca2a390a10ff6cda6d5f679b" | ||
} |
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
33540
Updated@instana/core@^1.75.0