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.16.0 to 4.17.0-next.1595349721.646e90af67e882a9a9d0c2e3ffa046b1b0bff14e

4

HISTORY.md
# History
## v4.17.0 2020 July 22
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v4.16.0 2020 July 22

@@ -4,0 +8,0 @@

6

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

@@ -161,5 +161,5 @@ "homepage": "https://github.com/bevry/arrangekeys",

"@typescript-eslint/parser": "^3.7.0",
"assert-helpers": "^6.16.0",
"assert-helpers": "^6.17.0",
"eslint": "^7.5.0",
"eslint-config-bevry": "^3.15.0",
"eslint-config-bevry": "^3.16.0",
"eslint-config-prettier": "^6.11.0",

@@ -166,0 +166,0 @@ "eslint-plugin-babel": "^5.3.1",

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

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

@@ -118,3 +118,3 @@

<script type="module">
import pkg from '//cdn.pika.dev/arrangekeys/^4.16.0'
import pkg from '//cdn.pika.dev/arrangekeys/^4.17.0'
</script>

@@ -127,3 +127,3 @@ ```

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

@@ -136,3 +136,3 @@ ```

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

@@ -139,0 +139,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