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

apisdk

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apisdk - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

apisdk.js

@@ -33,3 +33,3 @@ /**/ void function() {

for(i = 0; i < list.length; i++) {
if(!/^(\S+)\s+\/(\S+)$/.test(list[i])) {
if(!/^(\S+)\s+\/(\S*)$/.test(list[i])) {
throw new Error('What\'s the fucking api defintion "' + list[i] + '"?');

@@ -36,0 +36,0 @@ }

{
"name": "apisdk",
"main": "apisdk.js",
"version": "0.1.0",
"version": "0.1.1",
"authors": [

@@ -6,0 +6,0 @@ "YanagiEiichi <admin@web-tinker.com>"

{
"name": "apisdk",
"version": "0.1.0",
"version": "0.1.1",
"main": "apisdk.js",

@@ -5,0 +5,0 @@ "directories": {

@@ -42,3 +42,3 @@ # apisdk.js

```
```javascript
/**

@@ -45,0 +45,0 @@ * GET /users/:user_id/

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