Comparing version 0.0.1 to 0.0.2
125
package.json
{ | ||
"name": "pack.gl", | ||
"description": "Package Builder.", | ||
"version": "0.0.1", | ||
"config": { | ||
"version_short": "0.0" | ||
}, | ||
"keywords": [ | ||
"pack.gl", | ||
"pack", | ||
"packager", | ||
"framework", | ||
"web" | ||
], | ||
"homepage": "https://www.pack.gl/", | ||
"author": "Lars van Vianen <lars@vianen.com> (https://vianen.com)", | ||
"contributors": [ | ||
"Scape Agency <info@scape.agency>" | ||
], | ||
"license": "Apache-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/scape-agency/pack.gl.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/scape-agency/pack.gl/issues" | ||
}, | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/scape-foundation" | ||
} | ||
], | ||
"main": "src/scss/index.scss", | ||
"type": "module", | ||
"module": "dist/js/pack.gl.js", | ||
"style": "dist/css/pack.gl.css", | ||
"sass": "src/scss/index.scss", | ||
"scripts": { | ||
"format": "npx prettier --write .", | ||
"lint": "eslint 'src/**/*.ts' || true", | ||
"prettify": "prettier --write 'src/**/*.ts'", | ||
"dev": "webpack --mode development --config webpack.config.js", | ||
"build": "webpack --mode production --config webpack.config.js", | ||
"serve": "webpack serve --mode development --config webpack.config.js", | ||
"start": "webpack-dev-server --mode development --config webpack.config.js" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.23.6", | ||
"@babel/preset-env": "^7.23.6", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@types/webpack": "^5.28.1", | ||
"autoprefixer": "^10.4.15", | ||
"babel-loader": "^9.1.3", | ||
"clean-webpack-plugin": "^4.0.0", | ||
"copy-webpack-plugin": "^11.0.0", | ||
"css-loader": "^6.8.1", | ||
"css-minimizer-webpack-plugin": "^5.0.0", | ||
"eslint": "^8.41.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-import-resolver-webpack": "^0.13.2", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"html-webpack-plugin": "^5.5.3", | ||
"mini-css-extract-plugin": "^2.7.6", | ||
"postcss-loader": "^7.3.3", | ||
"postcss-preset-env": "^9.1.2", | ||
"prettier": "^3.0.3", | ||
"sass": "^1.66.1", | ||
"sass-loader": "^13.3.2", | ||
"sass-to-string": "^1.6.3", | ||
"style-loader": "^3.3.3", | ||
"terser": "^5.26.0", | ||
"terser-webpack-plugin": "^5.3.9", | ||
"ts-loader": "^9.4.3", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.1.6", | ||
"webpack": "^5.89.0", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-dev-server": "^4.15.1", | ||
"webpack-merge": "^5.9.0" | ||
}, | ||
"files": [ | ||
"dist/js/**/*.{js,map}", | ||
"dist/css/**/*.{css,map}", | ||
"dist/font/**/*.{eot,otf,ttf,woff,woff2}", | ||
"src/ts/**/*.ts", | ||
"src/scss/**/*.scss", | ||
"src/font/**/*.{ttf,woff,woff2}" | ||
], | ||
"hugo-bin": { | ||
"buildTags": "extended" | ||
}, | ||
"jspm": { | ||
"registry": "npm", | ||
"main": "dist/js/pack.gl.js", | ||
"directories": { | ||
"lib": "src" | ||
}, | ||
"shim": {}, | ||
"dependencies": {}, | ||
"peerDependencies": {} | ||
} | ||
} | ||
"name": "pack.gl", | ||
"version": "0.0.2", | ||
"description": "Package Builder.", | ||
"keywords": [ | ||
"pack.gl", | ||
"pack", | ||
"packager", | ||
"framework", | ||
"web" | ||
], | ||
"license": "Apache-2.0", | ||
"homepage": "https://www.pack.gl/", | ||
"main": "index.js", | ||
"files": [ | ||
"svg/**/*.svg", | ||
"js/**/*.{js,map}", | ||
"ts/**/*.ts", | ||
"css/**/*.{css,map}", | ||
"scss/**/*.scss", | ||
"font/**/*.{eot,otf,ttf,woff,woff2}", | ||
"!.DS_Store" | ||
] | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
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
170399
0
49
3458
2
2
2
0
13
2
No