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.13.0 to 4.13.1-next.1593156887.7f063b551085bb30ca539cc21858d1de553ccc34

8

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

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

"type": "module",
"main": "index",
"main": "index.cjs",
"deno": "edition-deno/index.ts",

@@ -184,4 +184,4 @@ "browser": "edition-browsers/index.js",

"our:release": "yarn run our:release:prepare && yarn run our:release:check-changelog && yarn run our:release:check-dirty && yarn run our:release:tag && yarn run our:release:push",
"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
"our:release:check-dirty": "git diff --exit-code",
"our:release:check-changelog": "echo 'skip'",
"our:release:check-dirty": "echo 'skip'",
"our:release:prepare": "yarn run our:clean && yarn run our:compile && yarn run our:test && yarn run our:meta",

@@ -188,0 +188,0 @@ "our:release:push": "git push origin master && git push origin --tags",

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

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

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

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

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

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

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

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