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

danbooru

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

danbooru - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

10

lib/index.js

@@ -56,3 +56,3 @@ // Generated by LiveScript 1.4.0

doRequest = function(self, method, body, path, params, callback){
return (function(){
(function(){
var data, dataName, uri, stacktrace, ref$;

@@ -63,3 +63,3 @@ data = import$(import$({}, this.defaultParameters), params);

stacktrace = stackTracer(doRequest);
return request((ref$ = {
request((ref$ = {
uri: uri,

@@ -85,7 +85,3 @@ method: method

params == null && (params = {});
callback == null && (callback = function(it){
if (it != null) {
throw it;
}
});
callback == null && (callback = function(){});
if (typeof params !== 'object') {

@@ -92,0 +88,0 @@ ref$ = [{}, params], params = ref$[0], callback = ref$[1];

{
"name": "danbooru",
"version": "1.0.1",
"version": "1.0.2",
"description": "danbooru api wrapper",

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

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