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

angular-resource

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-resource - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "angular-resource",
"description": "AngularJS $resource bindings for express.",
"version": "0.0.1",
"version": "0.0.2",
"licenses": [{

@@ -6,0 +6,0 @@ "type": "MIT",

@@ -53,3 +53,3 @@ # node-angular-resource [![Build Status](https://travis-ci.org/roylines/node-angular-resource.png?branch=master)](https://travis-ci.org/roylines/node-angular-resource)

angularResource(app, '/api/1', task);
angularResource(app, '/api/1', 'task');

@@ -69,3 +69,3 @@ app.listen(3000);

angularResource(app, '/api/1', task, middleware);
angularResource(app, '/api/1', 'task', middleware);
```

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