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

ajaja

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ajaja - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

build/ajaja-0.1.1.js

11

index.js

@@ -79,7 +79,6 @@ 'use strict';

var obj;
try {
var obj = JSON.parse( buffer );
if ( callback ) {
callback( null, obj );
}
obj = JSON.parse( buffer );
}

@@ -91,2 +90,6 @@ catch( ex ) {

}
if ( callback ) {
callback( null, obj );
}
} );

@@ -93,0 +96,0 @@ } );

{
"name": "ajaja",
"version": "0.1.0",
"version": "0.1.1",
"description": "An Asynchronous Javascript and JSON library.",

@@ -5,0 +5,0 @@ "main": "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