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.4.0 to 0.4.1

5

lib/type/decorator.js
"use strict";
var log = require( "fm-log" ).module();
var TypeInfo = require( "./info" );
var util = require( "util" );

@@ -48,3 +49,3 @@

return this;
}
};

@@ -75,3 +76,3 @@ TypeDecorator.prototype.decorateDeep = function() {

return this;
}
};

@@ -78,0 +79,0 @@ return TypeDecorator;

2

lib/type/info.js

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

if( property.hasOwnProperty( TypeInfo.INFO_PROPERTY ) ) {
return property.info;
return property[ TypeInfo.INFO_PROPERTY ];
}

@@ -45,0 +45,0 @@ if( property.hasOwnProperty( "ref" ) ) {

{
"name": "absync",
"version": "0.4.0",
"version": "0.4.1",
"description": "absync",

@@ -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