minitel-standalone
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "minitel-standalone", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A standalone package for minitel components", | ||
@@ -24,4 +24,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"events": "^3.3.0", | ||
"word-wrap": "^1.2.5" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { EventEmitter } from 'node:events'; | ||
import { EventEmitter } from 'events'; | ||
import type { Minitel } from '../components/minitel.js'; | ||
@@ -3,0 +3,0 @@ import { RichChar } from '../richchar.js'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
164364
2
+ Addedevents@^3.3.0
+ Addedevents@3.3.0(transitive)