You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

jsonstat-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonstat-toolkit - npm Package Compare versions

Comparing version

to
1.0.2

index.js

13

package.json
{
"name": "jsonstat-toolkit",
"version": "1.0.1",
"version": "1.0.2",
"description": "JSON-stat Javascript Toolkit: a library to deal with JSON-stat responses.",

@@ -22,6 +22,6 @@ "homepage": "https://jsonstat.com",

},
"main": "dist/index.js",
"module": "dist/jsonstat.mjs",
"unpkg": "dist/jsonstat.js",
"jsdelivr": "dist/jsonstat.js",
"main": "index.js",
"module": "jsonstat.mjs",
"unpkg": "jsonstat.js",
"jsdelivr": "jsonstat.js",
"scripts": {

@@ -41,3 +41,4 @@ "build": "rollup -c",

"files": [
"dist/**/*.js",
"*.js",
"*.mjs",
"test/node.js"

@@ -44,0 +45,0 @@ ],