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

@mooretodd/services

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mooretodd/services - npm Package Compare versions

Comparing version 0.1.5 to 2.0.0

2

index.js

@@ -6,2 +6,2 @@ import {getSurveys, getSurveyResult} from './Services';

getSurveyResult
};
};
{
"name": "@mooretodd/services",
"version": "0.1.5",
"version": "2.0.0",
"description": "",

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

@@ -10,4 +10,5 @@ import 'whatwg-fetch';

headers: {
'x-api-key' : config.key
}});
'x-api-key': config.key
}
});

@@ -22,2 +23,2 @@

fetch(`${baseURIString(config)}/survey_results/${id}.json`, generateHeader(config))
.then(res => res.json());
.then(res => res.json());

@@ -20,4 +20,4 @@ import expect from 'expect';

}).then(res => {
expect(res).toEqual(baseSurveyResponse);
})
expect(res).toEqual(baseSurveyResponse);
});
});

@@ -38,3 +38,3 @@

});
})
});
});
});
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