aws-sqs-poll
Advanced tools
Comparing version 1.0.0 to 1.1.0-0
{ | ||
"name": "aws-sqs-poll", | ||
"version": "1.0.0", | ||
"version": "1.1.0-0", | ||
"description": "Polling messages from AWS SQS", | ||
@@ -10,3 +10,3 @@ "license": "MIT", | ||
"email": "simon.jang.contact@gmail.com", | ||
"url": "github.com/SimonJang" | ||
"url": "https://github.com/SimonJang" | ||
}, | ||
@@ -17,7 +17,10 @@ "engines": { | ||
"scripts": { | ||
"test": "xo && ava" | ||
"test": "xo && ava && tsd" | ||
}, | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"keywords": [ | ||
@@ -39,4 +42,5 @@ "AWS", | ||
"sinon": "^9.0.2", | ||
"tsd": "^0.12.1", | ||
"xo": "^0.32.0" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
6391
5
78
6
2