New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@jalik/observer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jalik/observer - npm Package Compare versions

Comparing version

to
1.1.11

# Changelog
## v1.1.11
- Upgraded dependencies
## v1.1.10

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

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

@@ -37,18 +37,18 @@ "license": "MIT",

"dependencies": {
"@babel/runtime": "^7.12.5"
"@babel/runtime": "^7.14.0"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"acorn": "^8.0.4",
"ajv": "^7.0.3",
"eslint": "^7.18.0",
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"acorn": "^8.2.4",
"ajv": "^7.2.4",
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jest": "^24.3.6",
"jest": "^26.6.3",
"typescript": "^4.1.3"
"typescript": "^4.2.4"
}
}