New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

count-objects

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

count-objects - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+3
-4
package.json
{
"name": "count-objects",
"version": "1.0.0",
"version": "1.0.1",
"description": "Counts unique objects for each key and value in an array of objects",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"test": "mocha",
"test-dev": " nodemon --exec \"npm test\"",
"readme-dev": " nodemon --exec \"node src/readme.js\""
"test-dev": " nodemon --exec \"npm test\""
},

@@ -11,0 +10,0 @@ "author": "Yochay Lustmann",

@@ -10,3 +10,3 @@ # count-objects

```javascript
const { CountObjects } = require("./index");
const { CountObjects } = require("count-objects");

@@ -13,0 +13,0 @@ const objects = [