🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

jsonasarray

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonasarray - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+5
-1
package.json
{
"name": "jsonasarray",
"version": "0.0.1",
"version": "0.0.2",
"description": "use Json as Array",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/joenix/jsonasarray.git"
},
"type": "module",

@@ -7,0 +11,0 @@ "keywords": [

+1
-1

@@ -27,3 +27,3 @@ # jsonasarray

```js
x.values(); // ['z', 'a', 'b', 'c']
x.values(); // [0, 11, 22, 33]
```

@@ -30,0 +30,0 @@