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

angular-editme

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

angular-editme - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

4

dist/editme.compiled.js

@@ -32,3 +32,3 @@ 'use strict';

m.directive('skEditme', function ($compile, $timeout) {
m.directive('skEditme', ['$compile', '$timeout', function ($compile, $timeout) {
var directive = {

@@ -171,3 +171,3 @@ scope: {

}
});
}]);

@@ -174,0 +174,0 @@ return m.name;

{
"name": "angular-editme",
"version": "1.0.6",
"version": "1.0.7",
"description": "Convert your AngularJS input and textarea elements to be edited inline ala LinkedIn profiles.",

@@ -5,0 +5,0 @@ "homepage": "http://ryandrewjohnson.github.io/angular-editme/",

@@ -36,3 +36,3 @@ (function (root, factory) {

m.directive('skEditme', ($compile, $timeout) => {
m.directive('skEditme', ['$compile', '$timeout', ($compile, $timeout) => {
let directive = {

@@ -181,5 +181,5 @@ scope : {

}
});
}]);
return m.name;
}));

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