Comparing version 4.1.28 to 4.1.30
{ | ||
"name": "@endo/nat", | ||
"version": "4.1.28", | ||
"version": "4.1.30", | ||
"description": "Ensures that a number is within the natural numbers (0, 1, 2...) or throws a RangeError", | ||
@@ -12,2 +12,3 @@ "main": "./src/index.js", | ||
"scripts": { | ||
"build": "exit 0", | ||
"test": "ava test/**/test-*.js", | ||
@@ -28,5 +29,5 @@ "lint-fix": "eslint --fix", | ||
"devDependencies": { | ||
"@endo/compartment-mapper": "^0.8.5", | ||
"@endo/compartment-mapper": "^0.9.1", | ||
"ava": "^5.3.0", | ||
"eslint": "^8.44.0", | ||
"eslint": "^8.46.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
@@ -36,3 +37,3 @@ "eslint-config-prettier": "^8.8.0", | ||
"prettier": "^3.0.0", | ||
"ses": "^0.18.5" | ||
"ses": "^0.18.7" | ||
}, | ||
@@ -67,3 +68,3 @@ "directories": { | ||
}, | ||
"gitHead": "106da55b8bcea3067f70c29c357806f3f2e55c52" | ||
"gitHead": "b38361616f968415291b089dcca75cc4a2672a35" | ||
} |
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
25074