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

@jalik/observer

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jalik/observer - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

24

babel.config.js

@@ -0,1 +1,25 @@

/*
* The MIT License (MIT)
*
* Copyright (c) 2020 Karl STEIN
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
module.exports = (api) => {

@@ -2,0 +26,0 @@ const presets = [

3

CHANGELOG.md
# Changelog
## v1.1.5
- Updates dependencies
## v1.1.4

@@ -4,0 +7,0 @@ - Updates dependencies

2

dist/observer.js

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

*
* Copyright (c) 2019 Karl STEIN
* Copyright (c) 2020 Karl STEIN
*

@@ -20,0 +20,0 @@ * Permission is hereby granted, free of charge, to any person obtaining a copy

The MIT License (MIT)
Copyright (c) 2019 Karl STEIN
Copyright (c) 2020 Karl STEIN

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@jalik/observer",
"version": "1.1.4",
"version": "1.1.5",
"description": "A library to observe events and trigger callbacks.",

@@ -34,19 +34,21 @@ "license": "MIT",

"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"acorn": "^6.4.0",
"ajv": "^6.10.2",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"acorn": "^7.1.0",
"ajv": "^6.11.0",
"babel-eslint": "^10.0.3",
"del": "^5.1.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.21.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.7.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^1.7.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^5.0.0",
"jest": "^24.9.0"
"gulp-eslint": "^6.0.0",
"jest": "^25.1.0",
"typescript": "^3.7.5"
}
}
/*
* The MIT License (MIT)
*
* Copyright (c) 2019 Karl STEIN
* Copyright (c) 2020 Karl STEIN
*

@@ -6,0 +6,0 @@ * Permission is hereby granted, free of charge, to any person obtaining a copy

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