frint-react
Advanced tools
Comparing version 1.4.0 to 1.4.2
@@ -103,3 +103,4 @@ 'use strict'; | ||
name: 'Alex', | ||
number: 6 }); | ||
number: 6 // 3 * 2 | ||
}); | ||
@@ -106,0 +107,0 @@ done(); |
{ | ||
"name": "frint-react", | ||
"version": "1.4.0", | ||
"version": "1.4.2", | ||
"description": "React package for Frint", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -213,3 +213,3 @@ # frint-react | ||
```js | ||
const { RegionService } = Frint; | ||
import { RegionService } from 'frint-react'; | ||
@@ -216,0 +216,0 @@ const App = createApp({ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100519
1921