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

apple-search-ads-js

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

apple-search-ads-js - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "apple-search-ads-js",
"version": "1.0.0",
"version": "1.0.1",
"description": "Opinionated Apple Search Ads API client library for Javascript",

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

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

module.exports = class ASAApiError extends Error{
module.exports = class ASAApiError extends Error {
constructor(err) {

@@ -7,8 +7,7 @@ super(err.message);

prettyPrint(action) {
console.log(`${action ? `An ERROR occurred while ${action}\n` : ''}` +
`error message: ${this.message}\n` +
`detailed errors:\n` +
this.errors.map(e => `\t${e.message}`).join('\n'));
print(logger = console) {
this.errors.forEach(error => {
logger.error(error.message);
});
}
}
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