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

arrangekeys

Package Overview
Dependencies
Maintainers
1
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 6.1.0 to 6.2.0

6

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

@@ -168,3 +168,3 @@ "homepage": "https://github.com/bevry/arrangekeys",

"@typescript-eslint/parser": "^6.11.0",
"assert-helpers": "^11.2.0",
"assert-helpers": "^11.4.0",
"eslint": "^8.53.0",

@@ -175,3 +175,3 @@ "eslint-config-bevry": "^4.0.0",

"eslint-plugin-prettier": "^5.0.1",
"kava": "^7.1.0",
"kava": "^7.2.0",
"make-deno-edition": "^1.3.0",

@@ -178,0 +178,0 @@ "prettier": "^3.1.0",

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

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

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

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

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

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

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

<script type="module">
import pkg from '//dev.jspm.io/arrangekeys@6.1.0'
import pkg from '//dev.jspm.io/arrangekeys@6.2.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