Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "mediamagic", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A versatile media processing library for Next.js and React applications.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,3 +1,5 @@ | ||
#!/usr/bin/env node | ||
const { startProcess } = require('../index'); | ||
startProcess().catch(err => console.error(err)); |
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
5969
83