Comparing version 5.0.5 to 5.0.6
{ | ||
"name": "@endo/nat", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"description": "Ensures that a number is within the natural numbers (0, 1, 2...) or throws a RangeError", | ||
@@ -15,5 +15,7 @@ "main": "./src/index.js", | ||
"clean:types": "git clean -f '*.d.ts*'", | ||
"test": "ava test/**/test-*.js", | ||
"lint-fix": "eslint --fix", | ||
"lint": "tsc" | ||
"lint": "yarn lint:types && yarn lint:eslint", | ||
"lint-fix": "eslint --fix .", | ||
"lint:eslint": "eslint .", | ||
"lint:types": "tsc", | ||
"test": "ava" | ||
}, | ||
@@ -32,10 +34,10 @@ "repository": { | ||
"devDependencies": { | ||
"@endo/compartment-mapper": "^1.1.3", | ||
"@endo/compartment-mapper": "^1.1.4", | ||
"ava": "^6.1.2", | ||
"eslint": "^8.46.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.0", | ||
"prettier": "^3.0.0", | ||
"ses": "^1.4.0" | ||
"ses": "^1.4.1" | ||
}, | ||
@@ -70,3 +72,3 @@ "directories": { | ||
}, | ||
"gitHead": "36384eb5a4bbd11dd3d06a8045d620f8d6569590" | ||
"gitHead": "25229bdcc26babb3afe0c229df4283a0f3c105f3" | ||
} |
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
26045
7
101