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

angular-es6

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-es6 - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

app/utils/createdirectivefactory.js

@@ -5,3 +5,3 @@ export default function createDirectiveFactory(Directive) {

for (var key in instance) {
instance[key] = instance[key];
instance[key] = instance[key];
}

@@ -23,2 +23,4 @@

};
instance.controller.$inject = controllerOrg.$inject || [];
}

@@ -29,5 +31,5 @@

factory.$inject = Directive.$inject;
factory.$inject = Directive.$inject || [];
return factory;
}
{
"name": "angular-es6",
"description": "ECMAScript 6 boilerplate for angular source code and webpack",
"version": "1.0.1",
"version": "1.0.2",
"private": false,

@@ -6,0 +6,0 @@ "author": {

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