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.4.0 to 6.5.0-next.1701803644.2ae2dae49e490703afb8faef7a22bd16fcf6ae6b

2

edition-deno/index.ts

@@ -14,3 +14,3 @@ /** An indexable object */

keys?: string[] | string | false,
sort?: boolean
sort?: boolean,
): T {

@@ -17,0 +17,0 @@ // Prepare

{
"title": "Arrange Keys",
"name": "arrangekeys",
"version": "6.4.0",
"version": "6.5.0-next.1701803644.2ae2dae49e490703afb8faef7a22bd16fcf6ae6b",
"description": "Returns a copy of a JavaScript object with the keys arranged in a specified order. Useful for formatting JSON files.",

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

{
"description": "TypeScript compiled against ES2022 for Node.js 4 || 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modules",
"description": "TypeScript compiled against ES2022 for Node.js 21 with Require for modules",
"directory": "edition-es2022",

@@ -124,3 +124,3 @@ "entry": "index.js",

{
"description": "TypeScript compiled against ES2022 for Node.js 12 || 14 || 16 || 18 || 20 || 21 with Import for modules",
"description": "TypeScript compiled against ES2022 for Node.js 21 with Import for modules",
"directory": "edition-es2022-esm",

@@ -184,20 +184,19 @@ "entry": "index.js",

"@bevry/update-contributors": "^1.23.0",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"assert-helpers": "^11.5.0",
"eslint": "^8.54.0",
"eslint-config-bevry": "^5.1.0",
"eslint-config-prettier": "^9.0.0",
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"assert-helpers": "^11.9.0",
"eslint": "^8.55.0",
"eslint-config-bevry": "^5.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-prettier": "^5.0.1",
"kava": "^7.3.0",
"make-deno-edition": "^2.0.0",
"kava": "^7.5.0",
"make-deno-edition": "^2.0.1",
"prettier": "^3.1.0",
"projectz": "^3.3.0",
"surge": "^0.23.1",
"typedoc": "^0.25.3",
"typescript": "5.2.2",
"valid-directory": "^4.5.0",
"valid-module": "^2.5.0"
"projectz": "^3.4.0",
"typedoc": "^0.25.4",
"typescript": "5.3.2",
"valid-directory": "^4.6.0",
"valid-module": "^2.6.0"
},

@@ -242,4 +241,5 @@ "scripts": {

"singleQuote": true,
"trailingComma": "es5"
"trailingComma": "all",
"endOfLine": "lf"
}
}
}

@@ -52,4 +52,4 @@ <!-- TITLE/ -->

},
'b c'
)
'b c',
),
) /* {

@@ -72,4 +72,4 @@ b: 3,

'b c',
true
)
true,
),
) /* {

@@ -89,3 +89,3 @@ b: 3,

c: 4,
})
}),
) /* {

@@ -113,3 +113,3 @@ a: 2,

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

@@ -121,3 +121,3 @@

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

@@ -130,3 +130,3 @@ ```

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

@@ -139,3 +139,3 @@ ```

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

@@ -151,4 +151,4 @@ ```

<li><code>arrangekeys</code> aliases <code>arrangekeys/edition-es2022/index.js</code></li>
<li><code>arrangekeys/edition-es2022/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES2022 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 4 || 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>arrangekeys/edition-es2022-esm/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES2022 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 12 || 14 || 16 || 18 || 20 || 21 with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li>
<li><code>arrangekeys/edition-es2022/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES2022 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 21 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>arrangekeys/edition-es2022-esm/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES2022 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 21 with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li>
<li><code>arrangekeys/edition-types/index.d.ts</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled Types with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li>

@@ -155,0 +155,0 @@ <li><code>arrangekeys/edition-deno/index.ts</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> source code made to be compatible with <a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative to Node.js">Deno</a></li></ul>

@@ -14,3 +14,3 @@ /** An indexable object */

keys?: string[] | string | false,
sort?: boolean
sort?: boolean,
): T {

@@ -17,0 +17,0 @@ // Prepare

@@ -7,9 +7,8 @@ {

"maxNodeModuleJsDepth": 5,
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"target": "ES2022",
"module": "ESNext",
"downlevelIteration": true
"target": "ES2022"
},
"include": ["source"]
}
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