cordova-ios-plugin-userdefaults
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"name": "cordova-ios-plugin-userdefaults", | ||
@@ -4,0 +4,0 @@ "cordova_name": "App Groups UserDefault", |
@@ -12,3 +12,3 @@ # Cordova NSUserDefaults Plugin for App Groups | ||
```bash | ||
cordova plugin add https://github.com/MattiaMalonni/cordova-ios-plugin-userdefaults | ||
cordova plugin add cordova-ios-plugin-userdefaults | ||
``` | ||
@@ -25,3 +25,3 @@ | ||
window.AppGroupsUserDefaults.save( | ||
window.UserDefaults.save( | ||
options, | ||
@@ -37,3 +37,3 @@ () => console.log("success"), | ||
var options = { key: "foo", suite: "group.com.example" }; | ||
window.AppGroupsUserDefaults.load( | ||
window.UserDefaults.load( | ||
options, | ||
@@ -40,0 +40,0 @@ (data) => console.log(data), |
Sorry, the diff of this file is not supported yet
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
5836