Comparing version 0.0.0 to 0.0.1
@@ -1,8 +0,5 @@ | ||
export const testMe = () => { console.log('i am being tested') } | ||
testMe() // run `node index.js` to see `i am being tested` as output | ||
import * as motionDetector from './motionDetection' | ||
// make sure it works when you use it using require or import statement. | ||
// So that you can use your created npm package inside any project. | ||
// Run: | ||
// $ npm link | ||
export { motionDetector } | ||
{ | ||
"name": "emellib", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "homepage": "https://www.crejo.fun/", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
4167
6
62
1
22
0