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 2.0.0 to 2.1.0

cjs/index.d.ts

8

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

@@ -25,6 +25,6 @@ "license": "MIT",

"esnext": "./esm/index.js",
"main": "./dist/index.js",
"main": "./cjs/index.js",
"module": "./esm/index.js",
"files": [
"/dist",
"/cjs",
"/esm"

@@ -36,3 +36,3 @@ ],

"build-esm": "tsc",
"clean": "rimraf ./dist ./esm",
"clean": "rimraf ./cjs ./esm",
"dev-cjs": "tsc --watch -p tsconfig.cjs.json",

@@ -39,0 +39,0 @@ "dev-esm": "tsc --watch",

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