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

absync

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

absync - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

0

index.js

@@ -0,0 +0,0 @@ var conductor = require( "./lib/transaction/conductor" );

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

4

lib/type/factory.js

@@ -88,3 +88,3 @@ "use strict";

if( !baseTypeInfo ) {
throw new Error( "Invalid base type '{0}'.".format( baseName ) );
throw new Error( "Invalid base type '" + baseName + "'." );
}

@@ -124,3 +124,3 @@ // Create a schema

if( !baseTypeInfo ) {
throw new Error( "Invalid base type '{0}'.".format( baseName ) );
throw new Error( "Invalid base type '" + baseName + "'." );
}

@@ -127,0 +127,0 @@ // Create a schema

@@ -89,3 +89,3 @@ "use strict";

} else {
log.warn( "Property '{0}' marked as complex, referencing '{1}', but the type is unknown.".format( propertyName, complexTypeName ) );
log.warn( "Property '" + propertyName + "' marked as complex, referencing '" + complexTypeName + "', but the type is unknown." );
}

@@ -137,3 +137,3 @@ }

} else {
log.warn( "Property '{0}' marked as complex, referencing '{1}', but the type is unknown.".format( propertyName, complexTypeName ) );
log.warn( "Property '" + propertyName + "' marked as complex, referencing '" + complexTypeName + "', but the type is unknown." );
}

@@ -187,3 +187,3 @@ }

} else {
log.warn( "Property '{0}' marked as complex, referencing '{1}', but the type is unknown.".format( propertyName, complexTypeName ) );
log.warn( "Property '" + propertyName + "' marked as complex, referencing '" + complexTypeName + "', but the type is unknown." );
}

@@ -190,0 +190,0 @@ }

@@ -0,0 +0,0 @@ "use strict";

{
"name": "absync",
"version": "0.1.0",
"version": "0.1.1",
"description": "absync",

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

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