@js-smart/react-cookie-service
Advanced tools
Comparing version 2.1.5 to 2.1.6
{ | ||
"name": "@js-smart/react-cookie-service", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"private": false, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/react-smart/react-cookie-service.git" | ||
"url": "https://github.com/js-smart/react-cookie-service" | ||
}, | ||
@@ -28,3 +28,3 @@ "author": { | ||
"bugs": { | ||
"url": "https://github.com/react-smart/react-cookie-service.git/issues" | ||
"url": "https://github.com/js-smart/react-cookie-service/issues" | ||
}, | ||
@@ -31,0 +31,0 @@ "peerDependencies": { |
@@ -7,4 +7,4 @@ # React Cookie Service | ||
<p > | ||
<a href="https://www.npmjs.com/@react-smart/react-cookie-service"> | ||
<img src="https://img.shields.io/npm/v/@react-smart/react-cookie-service.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen" alt="Alert on npm" /> | ||
<a href="https://www.npmjs.com/@js-smart/react-cookie-service"> | ||
<img src="https://img.shields.io/npm/v/@js-smart/react-cookie-service.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen" alt="Alert on npm" /> | ||
</a> | ||
@@ -18,3 +18,3 @@ </p> | ||
```bash | ||
npm install --save @react-smart/react-cookie-service | ||
npm install --save @js-smart/react-cookie-service | ||
``` | ||
@@ -26,3 +26,3 @@ | ||
import React, { Component } from 'react'; | ||
import { useCookies } from '@react-smart/react-cookie-service'; | ||
import { useCookies } from '@js-smart/react-cookie-service'; | ||
@@ -62,3 +62,3 @@ export default function Example() { | ||
import React, { Component } from 'react'; | ||
import { useCookies } from '@react-smart/react-cookie-service'; | ||
import { useCookies } from '@js-smart/react-cookie-service'; | ||
export default function Example() { | ||
@@ -80,3 +80,3 @@ const { getAllCookies } = useCookies(); | ||
import React, { Component } from 'react'; | ||
import { useCookies } from '@react-smart/react-cookie-service'; | ||
import { useCookies } from '@js-smart/react-cookie-service'; | ||
export default function Example() { | ||
@@ -99,3 +99,3 @@ const { getAllCookie } = useCookies(); | ||
import React, { Component } from 'react'; | ||
import { useCookies } from '@react-smart/react-cookie-service'; | ||
import { useCookies } from '@js-smart/react-cookie-service'; | ||
export default function Example() { | ||
@@ -148,3 +148,3 @@ const { check } = useCookies(); | ||
import React, { Component } from 'react'; | ||
import { useCookies } from '@react-smart/react-cookie-service'; | ||
import { useCookies } from '@js-smart/react-cookie-service'; | ||
export default function Example() { | ||
@@ -151,0 +151,0 @@ const { deleteCookie, deleteAllCookies } = useCookies(); |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
0
16067