Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@endo/nat

Package Overview
Dependencies
Maintainers
5
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endo/nat - npm Package Compare versions

Comparing version 5.0.5 to 5.0.6

20

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc