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

arrangekeys

Package Overview
Dependencies
Maintainers
2
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arrangekeys - npm Package Compare versions

Comparing version 4.26.0 to 4.27.0-next.1699792038.988271553753ab31d002d8d8d6fd1dbe11c12e83

14

package.json
{
"title": "Arrange Keys",
"name": "arrangekeys",
"version": "4.26.0",
"version": "4.27.0-next.1699792038.988271553753ab31d002d8d8d6fd1dbe11c12e83",
"description": "Returns a copy of a JavaScript object with the keys arranged in a specified order. Useful for formatting JSON files.",

@@ -165,8 +165,8 @@ "homepage": "https://github.com/bevry/arrangekeys",

"@bevry/update-contributors": "^1.23.0",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"assert-helpers": "^8.4.0",
"eslint": "^8.52.0",
"eslint-config-bevry": "^3.28.0",
"eslint": "^8.53.0",
"eslint-config-bevry": "^3.29.0",
"eslint-config-prettier": "^9.0.0",

@@ -224,2 +224,2 @@ "eslint-plugin-babel": "^5.3.1",

}
}
}

@@ -109,3 +109,3 @@ <!-- TITLE/ -->

``` typescript
import pkg from 'https://unpkg.com/arrangekeys@^4.26.0/edition-deno/index.ts'
import pkg from 'https://unpkg.com/arrangekeys@^4.27.0/edition-deno/index.ts'
```

@@ -117,3 +117,3 @@

<script type="module">
import pkg from '//cdn.skypack.dev/arrangekeys@^4.26.0'
import pkg from '//cdn.skypack.dev/arrangekeys@^4.27.0'
</script>

@@ -126,3 +126,3 @@ ```

<script type="module">
import pkg from '//unpkg.com/arrangekeys@^4.26.0'
import pkg from '//unpkg.com/arrangekeys@^4.27.0'
</script>

@@ -135,3 +135,3 @@ ```

<script type="module">
import pkg from '//dev.jspm.io/arrangekeys@4.26.0'
import pkg from '//dev.jspm.io/arrangekeys@4.27.0'
</script>

@@ -138,0 +138,0 @@ ```

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