npmnext-sample
Advanced tools
Comparing version 1.0.0 to 1.0.1-dev.ae0a70050
{ | ||
"name": "npmnext-sample", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "copy-and-watch src/**/*.js dist", | ||
"watch": "copy-and-watch --watch src/**/*.js dist", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"copy-and-watch": "^0.1.4" | ||
} | ||
} | ||
"name": "npmnext-sample", | ||
"version": "1.0.1-dev.ae0a70050", | ||
"description": "", | ||
"main": "index.js", | ||
"bin": { | ||
"publish-release": "./publish-release.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ilhan007/npmnext-sample.git" | ||
}, | ||
"scripts": { | ||
"build": "copy-and-watch src/**/*.js dist", | ||
"watch": "copy-and-watch --watch src/**/*.js dist", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"copy-and-watch": "^0.1.4" | ||
} | ||
} |
@@ -1,3 +0,7 @@ | ||
/* | ||
* Field webcomponent | ||
/** | ||
* Field webcomponent, wrapping a native input. | ||
* @since 1.0.0 | ||
* @class | ||
* @public | ||
* @tagname my-field | ||
*/ | ||
@@ -4,0 +8,0 @@ class Field extends HTMLElement { |
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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 repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2483
5
37
2
2
1