New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-simple-auth

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-simple-auth - npm Package Compare versions

Comparing version 0.7.3 to 0.8.0-beta.1

2

blueprints/ember-cli-simple-auth/index.js

@@ -6,4 +6,4 @@ module.exports = {

afterInstall: function() {
return this.addBowerPackageToProject('ember-simple-auth', '0.7.3');
return this.addBowerPackageToProject('ember-simple-auth', '0.8.0-beta.1');
}
};

@@ -7,5 +7,3 @@ var path = require('path');

included: function(app) {
this._super.included(app);
this.app.import(app.bowerDirectory + '/ember-simple-auth/simple-auth.amd.js', {
app.import(app.bowerDirectory + '/ember-simple-auth/simple-auth.amd.js', {
exports: {

@@ -12,0 +10,0 @@ 'simple-auth/authenticators/base': ['default'],

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.7.3",
"version": "0.8.0-beta.1",
"description": "Include the Ember Simple Auth base library into an Ember CLI application.",

@@ -8,0 +8,0 @@ "main": "index.js",

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