just-safe-get
Advanced tools
Comparing version 3.0.0 to 3.1.0
{ | ||
"name": "just-safe-get", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "get value at property, don't throw if parent is undefined", | ||
"type": "commonjs", | ||
"main": "index.js", | ||
"module": "index.esm.js", | ||
"exports": { | ||
".": { | ||
"require": "./index.js", | ||
"default": "./index.esm.js" | ||
} | ||
}, | ||
"types": "index.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "rollup -c" | ||
}, | ||
@@ -10,0 +19,0 @@ "repository": "https://github.com/angus-c/just", |
6027
8
135