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

@atlas.js/hook

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlas.js/hook - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

8

CHANGELOG.md

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

<a name="2.0.1"></a>
## [2.0.1](https://github.com/strvcom/atlas.js/compare/@atlas.js/hook@2.0.0...@atlas.js/hook@2.0.1) (2018-07-12)
**Note:** Version bump only for package @atlas.js/hook
<a name="2.0.0"></a>

@@ -8,0 +16,0 @@ # 2.0.0 (2018-05-22)

4

package.json
{
"name": "@atlas.js/hook",
"description": "The base Hook class all hooks should inherit from for @atlas.js",
"version": "2.0.0",
"version": "2.0.1",
"author": "Robert Rossmann <robert.rossmann@strv.com>",

@@ -9,3 +9,3 @@ "bugs": "https://github.com/strvcom/atlas.js/issues",

"dependencies": {
"@atlas.js/component": "^2.0.0"
"@atlas.js/component": "^2.1.0"
},

@@ -12,0 +12,0 @@ "engines": {

@@ -12,8 +12,12 @@ "use strict";

function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
class Hook extends _component.default {}
Hook.type = 'hook';
Hook.observes = null;
_defineProperty(Hook, "type", 'hook');
_defineProperty(Hook, "observes", null);
var _default = Hook;
exports.default = _default;
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGV4Lm1qcyJdLCJuYW1lcyI6WyJIb29rIiwiQ29tcG9uZW50IiwidHlwZSIsIm9ic2VydmVzIl0sIm1hcHBpbmdzIjoiOzs7Ozs7O0FBQUE7Ozs7QUFFQSxNQUFNQSxJQUFOLFNBQW1CQyxrQkFBbkIsQ0FBNkI7O0FBQXZCRCxJLENBQ0dFLEksR0FBTyxNO0FBRFZGLEksQ0FFR0csUSxHQUFXLEk7ZUFHTEgsSSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBDb21wb25lbnQgZnJvbSAnQGF0bGFzLmpzL2NvbXBvbmVudCdcblxuY2xhc3MgSG9vayBleHRlbmRzIENvbXBvbmVudCB7XG4gIHN0YXRpYyB0eXBlID0gJ2hvb2snXG4gIHN0YXRpYyBvYnNlcnZlcyA9IG51bGxcbn1cblxuZXhwb3J0IGRlZmF1bHQgSG9va1xuIl19
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGV4Lm1qcyJdLCJuYW1lcyI6WyJIb29rIiwiQ29tcG9uZW50Il0sIm1hcHBpbmdzIjoiOzs7Ozs7O0FBQUE7Ozs7OztBQUVBLE1BQU1BLElBQU4sU0FBbUJDLGtCQUFuQixDQUE2Qjs7Z0JBQXZCRCxJLFVBQ1UsTTs7Z0JBRFZBLEksY0FFYyxJOztlQUdMQSxJIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IENvbXBvbmVudCBmcm9tICdAYXRsYXMuanMvY29tcG9uZW50J1xuXG5jbGFzcyBIb29rIGV4dGVuZHMgQ29tcG9uZW50IHtcbiAgc3RhdGljIHR5cGUgPSAnaG9vaydcbiAgc3RhdGljIG9ic2VydmVzID0gbnVsbFxufVxuXG5leHBvcnQgZGVmYXVsdCBIb29rXG4iXX0=
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