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

sane-auth

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sane-auth - npm Package Compare versions

Comparing version 0.1.5 to 0.2.0

14

generate/client.js

@@ -32,3 +32,7 @@ module.exports = {

addBowerPackages: [{}],
commands: [""]
generate: [{
type: 'model',
name: 'userInput'
parameters: 'name:string description:string'
}]
}

@@ -63,3 +67,9 @@ }

},
commands: ['ember g resource user username:string']
//runs ember generate <string> command.
//could take parameters such as 'resource ' + inputs.resourceName ''
generate: [{
type: 'resource'
name: 'user',
parameters: 'username:string'
}]
});

@@ -66,0 +76,0 @@

2

package.json
{
"name": "sane-auth",
"version": "0.1.5",
"version": "0.2.0",
"description": "A Sane Stack Addon giving you basic OAauth2-JWT authentication for the full stack",

@@ -5,0 +5,0 @@ "scripts": {

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