@esm-bundle/angular__common
Advanced tools
Comparing version 9.1.13 to 11.0.0
{ | ||
"name": "@esm-bundle/angular__common", | ||
"version": "9.1.13", | ||
"version": "11.0.0", | ||
"description": "Repo to test esm-bundle's automatic publishing", | ||
"exports": { | ||
".": "./esm/es2015/angular-common.js" | ||
".": "./es2015/ivy/angular-common.js" | ||
}, | ||
"type": "module", | ||
"scripts": { | ||
"test": "yarn build && concurrently -n w: 'yarn:test:*'", | ||
"test": "pnpm run build && concurrently -n w: 'pnpm:test:*'", | ||
"test:browser": "karma start karma.conf.cjs --single-run", | ||
"debug:test:browser": "karma start karma.conf.cjs", | ||
"test:unit": "mocha -r chai/register-expect 'node-test/**/*.*'", | ||
"test:formatting": "prettier --check './**/*'", | ||
"build": "rollup -c", | ||
"prettier": "prettier --write './**/*'", | ||
"test:formatting": "prettier --check .", | ||
"build": "rimraf system es2015 && rollup -c", | ||
"format": "prettier --write .", | ||
"release": "release-it", | ||
"prepublishOnly": "yarn build" | ||
"prepublishOnly": "pnpm run build", | ||
"postinstall": "ngcc --no-tsconfig --target @angular/common --properties es2015 --first-only" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "pretty-quick --staged && yarn test" | ||
"pre-commit": "pretty-quick --staged && pnpm test" | ||
} | ||
}, | ||
"files": [ | ||
"esm", | ||
"es2015", | ||
"system" | ||
@@ -40,7 +40,22 @@ ], | ||
"devDependencies": { | ||
"@angular/common": "9.1.13", | ||
"@angular/core": "npm:@esm-bundle/angular__core@9.1.3-fix.0", | ||
"@angular/common": "11.0.0", | ||
"@angular/compiler": "11.0.0", | ||
"@angular/compiler-cli": "11.0.0", | ||
"@angular/core": "11.0.0", | ||
"concurrently": "5.3.0", | ||
"esm-bundle-scripts": "1.2.0", | ||
"rxjs": "npm:@esm-bundle/rxjs@6.6.3" | ||
"husky": "5.0.9", | ||
"karma": "6.1.0", | ||
"karma-firefox-launcher": "2.1.0", | ||
"karma-jasmine": "4.0.1", | ||
"prettier": "2.2.1", | ||
"pretty-quick": "3.1.0", | ||
"release-it": "14.3.0", | ||
"release-it-plugin-esm-bundle": "2.1.0", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.38.5", | ||
"rollup-plugin-terser": "7.0.2", | ||
"rxjs": "6.6.3", | ||
"typescript": "4.1.5" | ||
} | ||
} |
@@ -13,58 +13,26 @@ # angular-common | ||
## Resolved URLs | ||
### Latest Version | ||
Resolved URLs refer to angular common's dependency on `@angular/core` being resolved to a valid URL instead of the bare specifier `@angular/core`. | ||
https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common/system/es2015/ivy/angular-common.js | ||
## JS Delivr | ||
https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common/system/es2015/ivy/angular-common.min.js | ||
https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common/esm/es5/angular-common.resolved.js | ||
https://unpkg.com/@esm-bundle/angular__common/system/es2015/ivy/angular-common.js | ||
https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common/esm/es5/angular-common.resolved.min.js | ||
https://unpkg.com/@esm-bundle/angular__common/system/es2015/ivy/angular-common.min.js | ||
https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common/esm/es2015/angular-common.resolved.js | ||
### Specific Version | ||
https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common/esm/es2015/angular-common.resolved.min.js | ||
https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common@11.1.1/system/es2015/ivy/angular-common.js | ||
https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common/esm/es5/angular-common.js | ||
https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common@11.1.1/system/es2015/ivy/angular-common.min.js | ||
https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common/esm/es5/angular-common.min.js | ||
https://unpkg.com/@esm-bundle/angular__common@11.1.1/system/es2015/ivy/angular-common.js | ||
https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common/esm/es2015/angular-common.js | ||
https://unpkg.com/@esm-bundle/angular__common@11.1.1/system/es2015/ivy/angular-common.min.js | ||
https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common/esm/es2015/angular-common.min.js | ||
## Need a build that doesn't exist yet? | ||
https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common/system/es5/angular-common.js | ||
If you need an es5 build, non-ivy build, or a build for a different version of Angular, please open a Github issue. | ||
https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common/system/es5/angular-common.min.js | ||
https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common/system/es2015/angular-common.js | ||
https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common/system/es2015/angular-common.min.js | ||
## Unpkg | ||
https://unpkg.com/@esm-bundle/angular__common/esm/es5/angular-common.resolved.js | ||
https://unpkg.com/@esm-bundle/angular__common/esm/es5/angular-common.resolved.min.js | ||
https://unpkg.com/@esm-bundle/angular__common/esm/es2015/angular-common.resolved.js | ||
https://unpkg.com/@esm-bundle/angular__common/esm/es2015/angular-common.resolved.min.js | ||
https://unpkg.com/@esm-bundle/angular__common/esm/es5/angular-common.js | ||
https://unpkg.com/@esm-bundle/angular__common/esm/es5/angular-common.min.js | ||
https://unpkg.com/@esm-bundle/angular__common/esm/es2015/angular-common.js | ||
https://unpkg.com/@esm-bundle/angular__common/esm/es2015/angular-common.min.js | ||
https://unpkg.com/@esm-bundle/angular__common/system/es5/angular-common.js | ||
https://unpkg.com/@esm-bundle/angular__common/system/es5/angular-common.min.js | ||
https://unpkg.com/@esm-bundle/angular__common/system/es2015/angular-common.js | ||
https://unpkg.com/@esm-bundle/angular__common/system/es2015/angular-common.min.js | ||
## Npm | ||
@@ -71,0 +39,0 @@ |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances 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
Network access
Supply chain riskThis module accesses the network.
Found 4 instances in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
1
1859640
19
11
3
80
10834
48
1