Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nuxtjs/strapi

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/strapi - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

21

CHANGELOG.md

@@ -5,4 +5,11 @@ # Changelog

## [0.1.0](https://github.com/nuxt-company/strapi-module/compare/v0.0.1...v0.1.0) (2020-07-06)
### [0.1.1](https://github.com/nuxt-company/strapi-module/compare/v0.1.0...v0.1.1) (2020-07-08)
### Bug Fixes
* **lib:** use findOne to get users me ([50ca41c](https://github.com/nuxt-company/strapi-module/commit/50ca41c38bf6862a7ca7b6973032d1e9b3dcb271))
## [0.1.0](https://github.com/nuxt-community/strapi-module/compare/v0.0.1...v0.1.0) (2020-07-06)
### 0.0.1 (2020-06-24)

@@ -13,7 +20,7 @@

* **lib:** add sendEmailConfirmation method ([ec29cc4](https://github.com/nuxt-company/strapi-module/commit/ec29cc40e7b564ae0858fbc86f6b1ac4e856ef38))
* **lib:** handle entities ([d98a31f](https://github.com/nuxt-company/strapi-module/commit/d98a31f716cf42443759ad0af3a112578e3b7a8f))
* **lib:** handle ssr nuxt state ([f24ff2f](https://github.com/nuxt-company/strapi-module/commit/f24ff2fca2990c89ffa80267084a3f525bc8d0df))
* **lib:** rename methods ([cc4527e](https://github.com/nuxt-company/strapi-module/commit/cc4527ecc62abf559dfa707ee9a44236e4e4e631))
* **lib:** update ([12a0b97](https://github.com/nuxt-company/strapi-module/commit/12a0b972882cc073d763fd72cb3d90e40b521d3c))
* **lib:** add sendEmailConfirmation method ([ec29cc4](https://github.com/nuxt-community/strapi-module/commit/ec29cc40e7b564ae0858fbc86f6b1ac4e856ef38))
* **lib:** handle entities ([d98a31f](https://github.com/nuxt-community/strapi-module/commit/d98a31f716cf42443759ad0af3a112578e3b7a8f))
* **lib:** handle ssr nuxt state ([f24ff2f](https://github.com/nuxt-community/strapi-module/commit/f24ff2fca2990c89ffa80267084a3f525bc8d0df))
* **lib:** rename methods ([cc4527e](https://github.com/nuxt-community/strapi-module/commit/cc4527ecc62abf559dfa707ee9a44236e4e4e631))
* **lib:** update ([12a0b97](https://github.com/nuxt-community/strapi-module/commit/12a0b972882cc073d763fd72cb3d90e40b521d3c))

@@ -23,2 +30,2 @@

* **lib:** remove throw ([1378f81](https://github.com/nuxt-company/strapi-module/commit/1378f815d162b5205aff2f87f12be82c945bb260))
* **lib:** remove throw ([1378f81](https://github.com/nuxt-community/strapi-module/commit/1378f815d162b5205aff2f87f12be82c945bb260))

@@ -88,3 +88,3 @@ import Vue from 'vue'

try {
const user = await this.getEntry('users', 'me')
const user = await this.findOne('users', 'me')
this.setUser(user)

@@ -91,0 +91,0 @@ } catch (e) {

{
"name": "@nuxtjs/strapi",
"version": "0.1.0",
"version": "0.1.1",
"description": "",

@@ -5,0 +5,0 @@ "repository": "",

@@ -0,1 +1,4 @@

[![@nuxtjs/strapi](https://user-images.githubusercontent.com/904724/86623081-3eb71280-bfc1-11ea-9ddd-c9e731e0f3e7.png)](https://strapi.nuxtjs.org)
# @nuxtjs/strapi

@@ -16,3 +19,3 @@

- Painless authentication
- Authentication support
- RESTful methods

@@ -19,0 +22,0 @@ - Adaptive SDK for API entities

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc