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

angular-inject-into

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-inject-into - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "angular-inject-into",
"version": "1.0.0",
"version": "1.0.1",
"description": "Angular injection into object.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -27,6 +27,6 @@ # angular-inject-into

beforeEach(inject(function (_$rootScope_, $_http_, $_location_) {
beforeEach(inject(function (_$rootScope_, _$http_, _$location_) {
$rootScope = _$rootScope_;
$http = _$http_;
$location = $_location_;
$location = _$location_;
}));

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