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

loopback-angular

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loopback-angular - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "loopback-angular",
"version": "0.2.0",
"version": "0.2.1",
"description": "Tool for auto-generating Angular $resource services for LoopBack",

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

@@ -139,2 +139,7 @@ define(['angular', 'given', 'util'], function(angular, given, util) {

}
},
product: {
properties: {
model: String
}
}

@@ -239,2 +244,7 @@ },

it('adds getCurrent() to User model only', function() {
var Product = $injector.get('Product');
expect(Product.getCurrent).to.equal(undefined);
});
var idCounter = 0;

@@ -241,0 +251,0 @@ function givenLoggedInUser(email, loginParams) {

Sorry, the diff of this file is not supported yet

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