New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.6 to 1.1.0

src/observer.js

3

CHANGELOG.md
# Changelog
## v1.1.0
- Lib available in ES6+ syntax (see `src` folder) to enable auto-completion in IDEs
## v1.0.6

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

21

package.json
{
"name": "@jalik/observer",
"version": "1.0.6",
"version": "1.1.0",
"description": "A library to observe events and trigger callbacks.",

@@ -23,3 +23,3 @@ "license": "MIT",

},
"main": "dist/index.js",
"main": "dist/observer.js",
"scripts": {

@@ -34,15 +34,14 @@ "build": "npx gulp build",

},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"acorn": "^6.0.5",
"ajv": "^6.7.0",
"@babel/preset-env": "^7.3.1",
"acorn": "^6.0.7",
"ajv": "^6.8.1",
"babel-core": "^7.0.0-bridge.0",
"del": "^3.0.0",
"eslint": "^5.12.0",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.3",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.2.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",

@@ -52,4 +51,4 @@ "gulp": "^4.0.0",

"gulp-eslint": "^5.0.0",
"jest": "^23.6.0"
"jest": "^24.1.0"
}
}
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