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

@types/angular-mocks

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/angular-mocks - npm Package Compare versions

Comparing version 1.5.5 to 1.5.6

2

angular-mocks/index.d.ts

@@ -110,3 +110,3 @@ // Type definitions for Angular JS 1.5 (ngMock, ngMockE2E module)

// https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md#accessible-members-up-top
<T, TBinding>(componentName: string, locals: { $scope: IScope, [key: string]: any }, bindings?: TBinding, ident?: string): T;
<T, TBinding>(componentName: string, locals: { $scope?: IScope, [key: string]: any }, bindings?: TBinding, ident?: string): T;
}

@@ -113,0 +113,0 @@

{
"name": "@types/angular-mocks",
"version": "1.5.5",
"version": "1.5.6",
"description": "TypeScript definitions for Angular JS 1.5 (ngMock, ngMockE2E module)",

@@ -16,4 +16,5 @@ "license": "MIT",

},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "f1094e7f460ee7c56946e74be1f10423e6a86f3ffe366c24ca50bbc8d59b1011"
"typesPublisherContentHash": "4f9c565902643517455bcc94215b9d7e2e6a97c74f713d09b6f304834612233b"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 19 Sep 2016 16:15:22 GMT
* Last updated: Tue, 15 Nov 2016 19:11:23 GMT
* File structure: ModuleAugmentation

@@ -14,0 +14,0 @@ * Library Dependencies: angular

@@ -10,4 +10,4 @@ {

],
"libraryMajorVersion": "1",
"libraryMinorVersion": "5",
"libraryMajorVersion": 1,
"libraryMinorVersion": 5,
"libraryName": "Angular JS 1.5 (ngMock, ngMockE2E module)",

@@ -33,3 +33,3 @@ "typingsPackageName": "angular-mocks",

"hasPackageJson": false,
"contentHash": "f1094e7f460ee7c56946e74be1f10423e6a86f3ffe366c24ca50bbc8d59b1011"
"contentHash": "4f9c565902643517455bcc94215b9d7e2e6a97c74f713d09b6f304834612233b"
}
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