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

fs-superagent

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-superagent - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

5

package.json
{
"name": "fs-superagent",
"version": "1.0.4",
"version": "1.0.5",
"description": "FamilySearch-specific Superagent Defaults",

@@ -24,3 +24,4 @@ "main": "index.js",

"superagent-defaults": "~0.1.4",
"component": "git+https://github.com/fs-webdev/component.git"
"component": "~0.18.0",
"component-global": "~1.0.0"
},

@@ -27,0 +28,0 @@ "devDependencies": {

7

sample/public/js/my_app.js

@@ -6,3 +6,3 @@ (function(ng, fsSuperagent) {

fsSuperagent.angular(module);
fsSuperagent(module);

@@ -14,7 +14,6 @@ module.controller('fsSuperagentController', [

$scope.fireWithFS = function() {
var FS = {
superagent : fsSuperagent.obj()
};
FS.superagent
.get('/sample/fs')
.set({'something': 'nothing'})
.set({'accept': 'application/json,text/html'})
.end(function(err, response) {

@@ -21,0 +20,0 @@ if (err) return console.error('err', err);

Sorry, the diff of this file is not supported yet

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