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

angular-es-utils

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-es-utils - npm Package Compare versions

Comparing version 1.2.19 to 1.2.20

4

injector/index.js

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

/**
* 获取应用的injector,默认查询被ng-app标记的节点,否则从document.body开始找
* 获取应用的injector,默认查询被ng-app标记的节点,否则从document.documentElement开始找
* @param rootElement

@@ -30,3 +30,3 @@ */

function getInjector() {
var rootElement = arguments.length <= 0 || arguments[0] === undefined ? document.querySelector('[ng-app]') || document.body : arguments[0];
var rootElement = arguments.length <= 0 || arguments[0] === undefined ? document.querySelector('[ng-app]') || document.documentElement : arguments[0];

@@ -33,0 +33,0 @@

{
"name": "angular-es-utils",
"version": "1.2.19",
"version": "1.2.20",
"description": "es utils design for angular1.x",

@@ -5,0 +5,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