Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1 to 1.0.0

17

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

@@ -11,3 +11,3 @@ "main": "index.js",

"scripts": {
"pretest": "jshint .",
"pretest": "jshint . ; bower install",
"test": "node test.e2e/test-server.js karma start --single-run --browsers PhantomJS"

@@ -24,3 +24,6 @@ },

"author": "Miroslav Bajtos <miroslav@strongloop.com>",
"license": "MIT",
"license": {
"name": "Dual MIT/StrongLoop",
"url": "https://github.com/strongloop/loopback-angular/blob/master/LICENSE"
},
"bugs": {

@@ -36,4 +39,4 @@ "url": "https://github.com/strongloop/loopback-angular/issues"

"express": "~3.4.8",
"loopback-datasource-juggler": "~1.2.13",
"loopback": "~1.6.0",
"loopback-datasource-juggler": "~1.3.0",
"loopback": "~1.6.2",
"cors": "~2.1.1",

@@ -54,4 +57,6 @@ "karma-script-launcher": "~0.1.0",

"debug": "~0.7.4",
"fs.extra": "~1.2.1"
"fs.extra": "~1.2.1",
"bower": "~1.2.8",
"jshint": "~2.4.3"
}
}

@@ -1,2 +0,18 @@

# loopback-angular
# LoopBack AngularJS SDK
The JavaScript AngularJS SDK provides an API based on
[ngResource.$resource](http://docs.angularjs.org/api/ngResource.$resource)
that enable your AngularJS app to access a
[LoopBack](http://docs.strongloop.com/loopback) server application.
The client is dynamic, in other words it automatically includes all the
LoopBack models and methods you've defined on your server.
You don't have to manually write any static code.
See the official [LoopBack AngularJS SDK
documentation](http://docs.strongloop.com/display/DOC/AngularJS+JavaScript+SDK)
for more information.
## Mailing List
Discuss features and ask questions on [LoopBack Forum](https://groups.google.com/forum/#!forum/loopbackjs).

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