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.0.2 to 0.0.3

2

apisdk.js

@@ -14,3 +14,3 @@ void function() {

for(j = 0; j < path.length; j++) {
name = path[j].replace(/^\{.*\}$/, '_');
name = path[j].replace(/^(?:\{.*\}|:[\w-]*)$/, '_');
temp = temp[name] = Object(temp[name]);

@@ -17,0 +17,0 @@ }

{
"name": "apisdk",
"main": "apisdk.js",
"version": "0.0.2",
"version": "0.0.3",
"authors": [

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

{
"name": "apisdk",
"version": "0.0.2",
"version": "0.0.3",
"main": "apisdk.js",

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

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