🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@wukaikailive/safeget

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wukaikailive/safeget - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+1
-1
package.json
{
"name": "@wukaikailive/safeget",
"version": "1.0.0",
"version": "1.0.1",
"description": "This a lib for safe get javascrpt's object",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -11,7 +11,11 @@ # Safeget

```
npm install --save @wukaikailive/safeget
```
import safeGet from '你放置库的目录'
```
import {safeGets} from '你放置库的目录'
import safeGet from '@wukaikailive/safeget'
import {safeGets} from '@wukaikailive/safeget'
let obj = {

@@ -18,0 +22,0 @@ a: 2,