@webiny/plugins
Advanced tools
Comparing version 4.5.1 to 4.6.0-beta.0
{ | ||
"name": "@webiny/plugins", | ||
"version": "4.5.1", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/webiny/webiny-js.git" | ||
}, | ||
"description": "A simple registry that stores all plugins in a shared object.", | ||
"contributors": [ | ||
"Pavel Denisjuk <pavel@webiny.com>", | ||
"Adrian Smijulj <adrian@webiny.com>" | ||
], | ||
"license": "MIT", | ||
"dependencies": { | ||
"@babel/runtime": "^7.5.5", | ||
"uniqid": "^5.2.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.5.5", | ||
"@babel/core": "^7.5.5" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"directory": "dist" | ||
}, | ||
"scripts": { | ||
"build": "rimraf ./dist *.tsbuildinfo && babel src -d dist --source-maps --copy-files --extensions \".ts\"", | ||
"watch": "babel src -d dist --source-maps --copy-files --extensions \".ts\" --watch", | ||
"postbuild": "cp package.json LICENSE README.md dist/ && tsc -p tsconfig.build.json" | ||
}, | ||
"gitHead": "203e376b17cf19685f73f9bb01e9756118d08192" | ||
"name": "@webiny/plugins", | ||
"version": "4.6.0-beta.0", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/webiny/webiny-js.git" | ||
}, | ||
"description": "A simple registry that stores all plugins in a shared object.", | ||
"contributors": [ | ||
"Pavel Denisjuk <pavel@webiny.com>", | ||
"Adrian Smijulj <adrian@webiny.com>" | ||
], | ||
"license": "MIT", | ||
"dependencies": { | ||
"@babel/runtime": "7.10.5", | ||
"uniqid": "5.2.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.5.5", | ||
"@babel/core": "^7.5.5" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"directory": "dist" | ||
}, | ||
"scripts": { | ||
"build": "rimraf ./dist *.tsbuildinfo && babel src -d dist --source-maps --copy-files --extensions \".ts\"", | ||
"watch": "babel src -d dist --source-maps --copy-files --extensions \".ts\" --watch", | ||
"postbuild": "cp package.json LICENSE README.md dist/ && tsc -p tsconfig.build.json" | ||
}, | ||
"gitHead": "5cc94a7de9c1377cf48959b2d32d60ed3d678202" | ||
} |
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 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
11965
2
+ Added@babel/runtime@7.10.5(transitive)
+ Addedregenerator-runtime@0.13.11(transitive)
+ Addeduniqid@5.2.0(transitive)
- Removed@babel/runtime@7.26.0(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
- Removeduniqid@5.4.0(transitive)
Updated@babel/runtime@7.10.5
Updateduniqid@5.2.0