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

@thi.ng/api

Package Overview
Dependencies
Maintainers
1
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/api - npm Package Compare versions

Comparing version 6.11.0 to 6.11.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [6.11.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.11.0...@thi.ng/api@6.11.1) (2020-06-14)
**Note:** Version bump only for package @thi.ng/api
# [6.11.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.10.5...@thi.ng/api@6.11.0) (2020-06-01)

@@ -8,0 +16,0 @@

16

lib/index.js

@@ -135,3 +135,3 @@ 'use strict';

warn() { },
severe() { }
severe() { },
});

@@ -173,3 +173,3 @@ class ConsoleLogger {

value: behaviour[key],
writable: true
writable: true,
});

@@ -187,7 +187,7 @@ }

value: sharedBehaviour[key],
enumerable: sharedBehaviour.propertyIsEnumerable(key)
enumerable: sharedBehaviour.propertyIsEnumerable(key),
});
}
Object.defineProperty(_mixin, Symbol.hasInstance, {
value: (x) => !!x[typeTag]
value: (x) => !!x[typeTag],
});

@@ -241,3 +241,3 @@ return _mixin;

return this._enabled;
}
},
});

@@ -298,3 +298,3 @@

return i;
}
},
});

@@ -305,3 +305,3 @@

yield* this[prop];
}
},
});

@@ -334,3 +334,3 @@

}
}
},
});

@@ -337,0 +337,0 @@

@@ -8,3 +8,3 @@ import { LogLevel } from "./api/logger";

warn() { },
severe() { }
severe() { },
});

@@ -11,0 +11,0 @@ export class ConsoleLogger {

@@ -23,3 +23,3 @@ /**

value: behaviour[key],
writable: true
writable: true,
});

@@ -37,9 +37,9 @@ }

value: sharedBehaviour[key],
enumerable: sharedBehaviour.propertyIsEnumerable(key)
enumerable: sharedBehaviour.propertyIsEnumerable(key),
});
}
Object.defineProperty(_mixin, Symbol.hasInstance, {
value: (x) => !!x[typeTag]
value: (x) => !!x[typeTag],
});
return _mixin;
};

@@ -30,3 +30,3 @@ import { EVENT_DISABLE, EVENT_ENABLE } from "../constants";

return this._enabled;
}
},
});

@@ -61,3 +61,3 @@ import { EVENT_ALL } from "../constants";

return i;
}
},
});

@@ -5,3 +5,3 @@ import { mixin } from "../mixin";

yield* this[prop];
}
},
});

@@ -27,3 +27,3 @@ import { mixin } from "../mixin";

}
}
},
});
{
"name": "@thi.ng/api",
"version": "6.11.0",
"version": "6.11.1",
"description": "Common, generic types, interfaces & mixins",

@@ -74,3 +74,3 @@ "module": "./index.js",

"sideEffects": false,
"gitHead": "a25c4eed5fba2c7d1fddb02dd706bae534affc93"
"gitHead": "ddf9b8b67d3d60bcca88143528ee33b843cc089e"
}
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