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

angular-translate-once

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-translate-once - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

bower.json
{
"name": "angular-translate-once",
"version": "1.0.2",
"version": "1.0.3",
"authors": [

@@ -5,0 +5,0 @@ "Atticus White <contact@atticuswhite.com>"

@@ -10,3 +10,2 @@ module.exports = function (config) {

'bower_components/angular-translate/angular-translate.js',
'test/polyfill.js',
'src/*.js',

@@ -13,0 +12,0 @@ 'test/**/*.spec.js'

{
"name": "angular-translate-once",
"version": "1.0.2",
"version": "1.0.3",
"description": "Angular translate one-time directive",

@@ -5,0 +5,0 @@ "main": "src/translate-once.js",

@@ -16,3 +16,3 @@ (function () {

angular.module(MODULE_NAME).directive(namedDirective, ['$parse', '$translate',
TranslateOnceAttributeDirective.bind(undefined, attribute)]);
angular.bind(undefined, TranslateOnceAttributeDirective, attribute)]);
};

@@ -19,0 +19,0 @@

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