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

axc-gravatar

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axc-gravatar - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

blueprints/.jshintrc

2

app/components/axc-gravatar.js

@@ -1,3 +0,3 @@

import axcGravatar from 'ember-cli-gravatar/components/axc-gravatar';
import axcGravatar from 'axc-gravatar/components/axc-gravatar';
export default axcGravatar;

@@ -22,4 +22,14 @@ /* jshint ignore:start */

});
define('dummy/components/axc-gravatar', ['exports', 'ember-cli-gravatar/components/axc-gravatar'], function (exports, axcGravatar) {
define('dummy/axc-gravatar/tests/modules/axc-gravatar/components/axc-gravatar.jshint', function () {
'use strict';
module("JSHint - modules/axc-gravatar/components");
test("modules/axc-gravatar/components/axc-gravatar.js should pass jshint", function () {
ok(true, "modules/axc-gravatar/components/axc-gravatar.js should pass jshint.");
});
});
define('dummy/components/axc-gravatar', ['exports', 'axc-gravatar/components/axc-gravatar'], function (exports, axcGravatar) {
'use strict';

@@ -295,3 +305,3 @@

} else {
require("dummy/app")["default"].create({"name":"axc-gravatar","version":"0.0.2.3ab24834"});
require("dummy/app")["default"].create({"name":"axc-gravatar","version":"0.0.3"});
}

@@ -298,0 +308,0 @@

@@ -5,3 +5,9 @@ /* jshint node: true */

module.exports = {
name: 'ember-cli-gravatar'
name: 'axc-gravatar',
included: function(app) {
this._super.included(app);
app.import(app.bowerDirectory + '/blueimp-md5/js/md5.min.js');
}
};
{
"name": "axc-gravatar",
"version": "0.0.3",
"version": "0.0.4",
"description": "The default blueprint for ember-cli addons.",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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