cordova-plugin-camera
Advanced tools
Comparing version 4.0.3 to 4.1.0
<!-- | ||
Please make sure the checklist boxes are all checked before submitting the PR. The checklist | ||
is intended as a quick reference, for complete details please see our Contributor Guidelines: | ||
Please make sure the checklist boxes are all checked before submitting the PR. The checklist is intended as a quick reference, for complete details please see our Contributor Guidelines: | ||
@@ -13,11 +12,25 @@ http://cordova.apache.org/contribute/contribute_guidelines.html | ||
### What does this PR do? | ||
### Motivation and Context | ||
<!-- Why is this change required? What problem does it solve? --> | ||
<!-- If it fixes an open issue, please link to the issue here. --> | ||
### What testing has been done on this change? | ||
### Description | ||
<!-- Describe your changes in detail --> | ||
### Testing | ||
<!-- Please describe in detail how you tested your changes. --> | ||
### Checklist | ||
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database | ||
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected. | ||
- [ ] Added automated test coverage as appropriate for this change. | ||
- [ ] I've run the tests to see all new and existing tests pass | ||
- [ ] I added automated test coverage as appropriate for this change | ||
- [ ] Commit is prefixed with `(platform)` if this change only applies to one platform (e.g. `(android)`) | ||
- [ ] If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct [keyword to close issues using keywords](https://help.github.com/articles/closing-issues-using-keywords/)) | ||
- [ ] I've updated the documentation if necessary |
{ | ||
"name": "cordova-plugin-camera", | ||
"version": "4.0.3", | ||
"version": "4.1.0", | ||
"description": "Cordova Camera Plugin", | ||
@@ -21,3 +21,3 @@ "types": "./types/index.d.ts", | ||
"bugs": { | ||
"url": "https://issues.apache.org/jira/browse/CB" | ||
"url": "https://github.com/apache/cordova-plugin-camera/issues" | ||
}, | ||
@@ -35,4 +35,2 @@ "keywords": [ | ||
"scripts": { | ||
"precommit": "npm run gen-docs && git add README.md", | ||
"gen-docs": "jsdoc2md --template \"jsdoc2md/TEMPLATE.md\" \"www/**/*.js\" --plugin \"dmd-plugin-cordova-plugin\" > README.md", | ||
"test": "npm run eslint", | ||
@@ -48,2 +46,6 @@ "eslint": "node node_modules/eslint/bin/eslint www && node node_modules/eslint/bin/eslint src && node node_modules/eslint/bin/eslint tests" | ||
}, | ||
"4.1.0": { | ||
"cordova-android": ">=6.3.0", | ||
"cordova": ">=7.1.0" | ||
}, | ||
"5.0.0": { | ||
@@ -55,3 +57,2 @@ "cordova": ">100" | ||
"devDependencies": { | ||
"dmd-plugin-cordova-plugin": "^0.1.0", | ||
"eslint": "^4.3.0", | ||
@@ -63,6 +64,4 @@ "eslint-config-semistandard": "^11.0.0", | ||
"eslint-plugin-promise": "^3.5.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"husky": "^0.10.1", | ||
"jsdoc-to-markdown": "^1.2.0" | ||
"eslint-plugin-standard": "^3.0.1" | ||
} | ||
} |
105
README.md
@@ -56,8 +56,6 @@ --- | ||
Contributors are welcome! And we need your contributions to keep the project moving forward. You can [report bugs](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22cordova-plugin-camera%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC), improve the documentation, or [contribute code](https://github.com/apache/cordova-plugin-camera/pulls). | ||
Contributors are welcome! And we need your contributions to keep the project moving forward. You can[report bugs, improve the documentation, or [contribute code](https://github.com/apache/cordova-plugin-camera/pulls). | ||
There is a specific [contributor workflow](http://wiki.apache.org/cordova/ContributorWorkflow) we recommend. Start reading there. More information is available on [our wiki](http://wiki.apache.org/cordova). | ||
:warning: **Found an issue?** File it on [JIRA issue tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22cordova-plugin-camera%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC). | ||
**Have a solution?** Send a [Pull Request](https://github.com/apache/cordova-plugin-camera/pulls). | ||
@@ -69,11 +67,2 @@ | ||
## This documentation is generated by a tool | ||
:warning: Run `npm install` in the plugin repo to enable automatic docs generation if you plan to send a PR. | ||
[jsdoc-to-markdown](https://www.npmjs.com/package/jsdoc-to-markdown) is used to generate the docs. | ||
Documentation consists of template and API docs produced from the plugin JS code and should be regenerated before each commit (done automatically via [husky](https://github.com/typicode/husky), running `npm run gen-docs` script as a `precommit` hook - see `package.json` for details). | ||
### iOS Quirks | ||
@@ -184,10 +173,6 @@ | ||
- Android | ||
- BlackBerry | ||
- Browser | ||
- Firefox | ||
- FireOS | ||
- iOS | ||
- Windows | ||
- WP8 | ||
- Ubuntu | ||
- OSX | ||
@@ -399,2 +384,4 @@ More examples [here](#camera-getPicture-examples). Quirks [here](#camera-getPicture-quirks). | ||
| [arrowDir] | <code>[PopoverArrowDirection](#module_Camera.PopoverArrowDirection)</code> | <code>ARROW_ANY</code> | Direction the arrow on the popover should point. | | ||
| [popoverWidth] | <code>Number</code> | <code>0</code> | width of the popover (0 or not specified will use apple's default width). | | ||
| [popoverHeight] | <code>Number</code> | <code>0</code> | height of the popover (0 or not specified will use apple's default height). | | ||
@@ -418,3 +405,3 @@ --- | ||
sourceType: Camera.PictureSourceType.PHOTOLIBRARY, | ||
popoverOptions: new CameraPopoverOptions(300, 300, 100, 100, Camera.PopoverArrowDirection.ARROW_ANY) | ||
popoverOptions: new CameraPopoverOptions(300, 300, 100, 100, Camera.PopoverArrowDirection.ARROW_ANY, 300, 600) | ||
}); | ||
@@ -425,3 +412,3 @@ | ||
var cameraPopoverHandle = new CameraPopoverHandle(); | ||
var cameraPopoverOptions = new CameraPopoverOptions(0, 0, 100, 100, Camera.PopoverArrowDirection.ARROW_ANY); | ||
var cameraPopoverOptions = new CameraPopoverOptions(0, 0, 100, 100, Camera.PopoverArrowDirection.ARROW_ANY, 400, 500); | ||
cameraPopoverHandle.setPosition(cameraPopoverOptions); | ||
@@ -478,8 +465,2 @@ } | ||
#### Amazon Fire OS Quirks <a name="camera-getPicture-quirks"></a> | ||
Amazon Fire OS uses intents to launch the camera activity on the device to capture | ||
images, and on phones with low memory, the Cordova activity may be killed. In this | ||
scenario, the image may not appear when the Cordova activity is restored. | ||
#### Android Quirks | ||
@@ -500,6 +481,2 @@ | ||
#### Firefox OS Quirks | ||
Camera plugin is currently implemented using [Web Activities][web_activities]. | ||
#### iOS Quirks | ||
@@ -531,22 +508,7 @@ | ||
#### Tizen Quirks | ||
Tizen only supports a `destinationType` of | ||
`Camera.DestinationType.FILE_URI` and a `sourceType` of | ||
`Camera.PictureSourceType.PHOTOLIBRARY`. | ||
## `CameraOptions` Errata <a name="CameraOptions-quirks"></a> | ||
#### Amazon Fire OS Quirks | ||
- Any `cameraDirection` value results in a back-facing photo. | ||
- Ignores the `allowEdit` parameter. | ||
- `Camera.PictureSourceType.PHOTOLIBRARY` and `Camera.PictureSourceType.SAVEDPHOTOALBUM` both display the same photo album. | ||
#### Android Quirks | ||
- Any `cameraDirection` value results in a back-facing photo. | ||
- Any `cameraDirection` value results in a back-facing photo. (= You can only use the back camera) | ||
@@ -559,34 +521,2 @@ - **`allowEdit` is unpredictable on Android and it should not be used!** The Android implementation of this plugin tries to find and use an application on the user's device to do image cropping. The plugin has no control over what application the user selects to perform the image cropping and it is very possible that the user could choose an incompatible option and cause the plugin to fail. This sometimes works because most devices come with an application that handles cropping in a way that is compatible with this plugin (Google Plus Photos), but it is unwise to rely on that being the case. If image editing is essential to your application, consider seeking a third party library or plugin that provides its own image editing utility for a more robust solution. | ||
#### BlackBerry 10 Quirks | ||
- Ignores the `quality` parameter. | ||
- Ignores the `allowEdit` parameter. | ||
- `Camera.MediaType` is not supported. | ||
- Ignores the `correctOrientation` parameter. | ||
- Ignores the `cameraDirection` parameter. | ||
#### Firefox OS Quirks | ||
- Ignores the `quality` parameter. | ||
- `Camera.DestinationType` is ignored and equals `1` (image file URI) | ||
- Ignores the `allowEdit` parameter. | ||
- Ignores the `PictureSourceType` parameter (user chooses it in a dialog window) | ||
- Ignores the `encodingType` | ||
- Ignores the `targetWidth` and `targetHeight` | ||
- `Camera.MediaType` is not supported. | ||
- Ignores the `correctOrientation` parameter. | ||
- Ignores the `cameraDirection` parameter. | ||
#### iOS Quirks | ||
@@ -600,24 +530,3 @@ | ||
#### Tizen Quirks | ||
- options not supported | ||
- always returns a FILE URI | ||
#### Windows Phone 7 and 8 Quirks | ||
- Ignores the `allowEdit` parameter. | ||
- Ignores the `correctOrientation` parameter. | ||
- Ignores the `cameraDirection` parameter. | ||
- Ignores the `saveToPhotoAlbum` parameter. IMPORTANT: All images taken with the WP8/8 Cordova camera API are always copied to the phone's camera roll. Depending on the user's settings, this could also mean the image is auto-uploaded to their OneDrive. This could potentially mean the image is available to a wider audience than your app intended. If this is a blocker for your application, you will need to implement the CameraCaptureTask as [documented on MSDN][msdn_wp8_docs]. You may also comment or up-vote the related issue in the [issue tracker][wp8_bug]. | ||
- Ignores the `mediaType` property of `cameraOptions` as the Windows Phone SDK does not provide a way to choose videos from PHOTOLIBRARY. | ||
[android_lifecycle]: http://cordova.apache.org/docs/en/dev/guide/platforms/android/lifecycle.html | ||
[web_activities]: https://hacks.mozilla.org/2013/01/introducing-web-activities/ | ||
[wp8_bug]: https://issues.apache.org/jira/browse/CB-2083 | ||
[msdn_wp8_docs]: http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh394006.aspx | ||
@@ -624,0 +533,0 @@ ## Sample: Take Pictures, Select Pictures from the Picture Library, and Get Thumbnails <a name="sample"></a> |
@@ -23,2 +23,36 @@ <!-- | ||
### 4.1.0 (Jun 27, 2019) | ||
- docs: remove outdated test docs translations ([`06dc38f`](https://github.com/apache/cordova-plugin-camera/commit/06dc38f)) | ||
- build: remove `.ratignore` file that is not needed any more ([`5dc9527`](https://github.com/apache/cordova-plugin-camera/commit/5dc9527)) | ||
- chore: fix repo and issue urls and license in package.json and plugin.xml ([`cad8bd1`](https://github.com/apache/cordova-plugin-camera/commit/cad8bd1)) | ||
- fix: temporarily remove Appium tests to unbreak CI ([#468](https://github.com/apache/cordova-plugin-camera/issues/468)) ([`19d8e2f`](https://github.com/apache/cordova-plugin-camera/commit/19d8e2f)) | ||
- ci(travis): Update Travis CI configuration for new paramedic ([#455](https://github.com/apache/cordova-plugin-camera/issues/455)) ([`cffd0ac`](https://github.com/apache/cordova-plugin-camera/commit/cffd0ac)) | ||
- fix(android): Fix NullPointerException error on some Android phones ([#429](https://github.com/apache/cordova-plugin-camera/issues/429)) ([`295e928`](https://github.com/apache/cordova-plugin-camera/commit/295e928)) | ||
- ci: Update CI Environment Setup for Node.js 6 ([#438](https://github.com/apache/cordova-plugin-camera/issues/438)) ([`fae190e`](https://github.com/apache/cordova-plugin-camera/commit/fae190e)) | ||
- refactor(android): Enhancement: Camera plugin code cleanup ([#425](https://github.com/apache/cordova-plugin-camera/issues/425)) ([`a13665d`](https://github.com/apache/cordova-plugin-camera/commit/a13665d)) | ||
- fix(android): Exif data lost on many cases ([#331](https://github.com/apache/cordova-plugin-camera/issues/331)) ([`81b878d`](https://github.com/apache/cordova-plugin-camera/commit/81b878d)) | ||
- chore(github): Add or update GitHub pull request and issue template ([`b261d31`](https://github.com/apache/cordova-plugin-camera/commit/b261d31)) | ||
- fix(ios): fixes UIImagePickerController cancel handling for iOS11+ ([#377](https://github.com/apache/cordova-plugin-camera/issues/377)) ([`24c8b6c`](https://github.com/apache/cordova-plugin-camera/commit/24c8b6c)) | ||
- docs: Remove deprecated platforms from docs ([#394](https://github.com/apache/cordova-plugin-camera/issues/394)) ([`7ddb3df`](https://github.com/apache/cordova-plugin-camera/commit/7ddb3df)) | ||
- fix(android): return DATA_URL for ALLMEDIA if it's an image ([#382](https://github.com/apache/cordova-plugin-camera/issues/382)) ([`60e7795`](https://github.com/apache/cordova-plugin-camera/commit/60e7795)) | ||
- refactor(ios): [CB-13813](https://issues.apache.org/jira/browse/13813): Remove old iOS code ([#381](https://github.com/apache/cordova-plugin-camera/issues/381)) ([`ce77aab`](https://github.com/apache/cordova-plugin-camera/commit/ce77aab)) | ||
- feat(ios): [CB-13865](https://issues.apache.org/jira/browse/13865): (Ipad) Making popover Window Size configurable using popoverOptions - imagePicker ([#314](https://github.com/apache/cordova-plugin-camera/issues/314)) ([`cd72047`](https://github.com/apache/cordova-plugin-camera/commit/cd72047)) | ||
- chore(types): [CB-13837](https://issues.apache.org/jira/browse/13837): fix TypeScript Definition for CameraPopoverOptions ([#379](https://github.com/apache/cordova-plugin-camera/issues/379)) ([`86b0bf2`](https://github.com/apache/cordova-plugin-camera/commit/86b0bf2)) | ||
- docs(android): clarify android quirk of cameraDirection ([`a5a3d88`](https://github.com/apache/cordova-plugin-camera/commit/a5a3d88), [`bfbe4a1`](https://github.com/apache/cordova-plugin-camera/commit/bfbe4a1)) | ||
- chore(release): Bump minor version ([#370](https://github.com/apache/cordova-plugin-camera/issues/370)) ([`eed4433`](https://github.com/apache/cordova-plugin-camera/commit/eed4433)) | ||
- build: Remove automatic README generation ([#365](https://github.com/apache/cordova-plugin-camera/issues/365)) ([`07e8574`](https://github.com/apache/cordova-plugin-camera/commit/07e8574)) | ||
- docs: remove JIRA link ([`bcb26fb`](https://github.com/apache/cordova-plugin-camera/commit/bcb26fb)) | ||
- ci(travis): also accept terms for android sdk `android-27` ([`a346212`](https://github.com/apache/cordova-plugin-camera/commit/a346212)) | ||
- docs: remove outdated docs translations that haven't been touched for 3 years ([`403682b`](https://github.com/apache/cordova-plugin-camera/commit/403682b)) | ||
- fix(android): [CB-14097](https://issues.apache.org/jira/browse/14097): Fix crash when selecting some files with getPicture ([#322](https://github.com/apache/cordova-plugin-camera/issues/322)) ([`5c23b65`](https://github.com/apache/cordova-plugin-camera/commit/5c23b65)) | ||
- fix(browser): [CB-13384](https://issues.apache.org/jira/browse/13384): Added deprecation of video.src compatibility ([#288](https://github.com/apache/cordova-plugin-camera/issues/288)) ([`5163d38`](https://github.com/apache/cordova-plugin-camera/commit/5163d38)) | ||
- fix(browser): Remove audio flag from getUserMedia ([#284](https://github.com/apache/cordova-plugin-camera/issues/284)) ([`36343a8`](https://github.com/apache/cordova-plugin-camera/commit/36343a8)) | ||
- docs: replace warning emoji with warning unicode ([#317](https://github.com/apache/cordova-plugin-camera/issues/317)) ([`ead7d5e`](https://github.com/apache/cordova-plugin-camera/commit/ead7d5e)) | ||
- feat(android): Update engines to use variables ([#323](https://github.com/apache/cordova-plugin-camera/issues/323)) ([`6899c5e`](https://github.com/apache/cordova-plugin-camera/commit/6899c5e)) | ||
- feat(android): [CB-14017](https://issues.apache.org/jira/browse/14017): Make com.android.support:support-v4 version configurable ([#318](https://github.com/apache/cordova-plugin-camera/issues/318)) ([`e334656`](https://github.com/apache/cordova-plugin-camera/commit/e334656)) | ||
- refactor(android): [CB-14047](https://issues.apache.org/jira/browse/14047): CameraLauncher: Replacing Repeated String literals with final variables ([#319](https://github.com/apache/cordova-plugin-camera/issues/319)) ([`5ec121b`](https://github.com/apache/cordova-plugin-camera/commit/5ec121b)) | ||
- fix(windows): [CB-11714](https://issues.apache.org/jira/browse/11714): added extra check for content-type in savePhoto() without options.targetWidth/Height ([#242](https://github.com/apache/cordova-plugin-camera/issues/242)) ([`a201722`](https://github.com/apache/cordova-plugin-camera/commit/a201722), [`dc73954`](https://github.com/apache/cordova-plugin-camera/commit/dc73954), [`dca4b9c`](https://github.com/apache/cordova-plugin-camera/commit/dca4b9c), [`c1b9772`](https://github.com/apache/cordova-plugin-camera/commit/c1b9772), [`eb57b02`](https://github.com/apache/cordova-plugin-camera/commit/eb57b02)) | ||
### 4.0.3 (Apr 12, 2018) | ||
@@ -25,0 +59,0 @@ * [CB-12593](https://issues.apache.org/jira/browse/CB-12593) **Android** Fix potential `FileProvider` conflicts |
@@ -105,5 +105,8 @@ /* | ||
localMediaStream = stream; | ||
video.src = window.URL.createObjectURL(localMediaStream); | ||
if ('srcObject' in video) { | ||
video.srcObject = localMediaStream; | ||
} else { | ||
video.src = window.URL.createObjectURL(localMediaStream); | ||
} | ||
video.play(); | ||
document.body.appendChild(parent); | ||
@@ -113,3 +116,3 @@ }; | ||
if (navigator.getUserMedia) { | ||
navigator.getUserMedia({video: true, audio: true}, successCallback, errorCallback); | ||
navigator.getUserMedia({video: true, audio: false}, successCallback, errorCallback); | ||
} else { | ||
@@ -116,0 +119,0 @@ alert('Browser does not support camera :('); |
@@ -788,2 +788,7 @@ /* | ||
} else { | ||
// CB-11714: check if target content-type is PNG to just rename as *.jpg since camera is captured as JPEG | ||
if (options.encodingType === Camera.EncodingType.PNG) { | ||
picture.name = picture.name.replace(/\.png$/, '.jpg'); | ||
} | ||
picture.copyAsync(getAppData().localFolder, picture.name, OptUnique).done(function (copiedFile) { | ||
@@ -790,0 +795,0 @@ successCallback('ms-appdata:///local/' + copiedFile.name); |
@@ -11,4 +11,4 @@ { | ||
"scripts": { | ||
"test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVCameraLibTests -destination 'platform=iOS Simulator,name=iPhone 5'" | ||
"test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVCameraLibTests -destination 'platform=iOS Simulator,name=iPhone 5s'" | ||
} | ||
} |
{ | ||
"name": "cordova-plugin-camera-tests", | ||
"version": "2.4.1-dev", | ||
"version": "4.1.0", | ||
"description": "", | ||
@@ -13,3 +13,3 @@ "cordova": { | ||
"author": "", | ||
"license": "Apache 2.0" | ||
"license": "Apache-2.0" | ||
} |
@@ -165,3 +165,3 @@ /* | ||
window.onorientationchange = function () { | ||
var newPopoverOptions = new CameraPopoverOptions(0, 0, 100, 100, 0); | ||
var newPopoverOptions = new CameraPopoverOptions(0, 0, 100, 100, 0, 300, 400); | ||
popoverHandle.setPosition(newPopoverOptions); | ||
@@ -168,0 +168,0 @@ }; |
@@ -139,4 +139,10 @@ // Type definitions for Apache Cordova Camera plugin | ||
arrowDir : number; | ||
popoverWidth: number; | ||
popoverHeight: number; | ||
} | ||
declare class CameraPopoverOptions implements CameraPopoverOptions { | ||
constructor(x?: number, y?: number, width?: number, height?: number, arrowDir?: number); | ||
} | ||
declare var Camera: { | ||
@@ -143,0 +149,0 @@ // Camera constants, defined in Camera plugin |
@@ -42,4 +42,6 @@ /* | ||
* @param {module:Camera.PopoverArrowDirection} [arrowDir=ARROW_ANY] - Direction the arrow on the popover should point. | ||
* @param {Number} [popoverWidth=0] - width of the popover (0 or not specified will use apple's default width). | ||
* @param {Number} [popoverHeight=0] - height of the popover (0 or not specified will use apple's default height). | ||
*/ | ||
var CameraPopoverOptions = function (x, y, width, height, arrowDir) { | ||
var CameraPopoverOptions = function (x, y, width, height, arrowDir, popoverWidth, popoverHeight) { | ||
// information of rectangle that popover should be anchored to | ||
@@ -51,4 +53,6 @@ this.x = x || 0; | ||
this.arrowDir = arrowDir || Camera.PopoverArrowDirection.ARROW_ANY; | ||
this.popoverWidth = popoverWidth || 0; | ||
this.popoverHeight = popoverHeight || 0; | ||
}; | ||
module.exports = CameraPopoverOptions; |
@@ -40,3 +40,3 @@ /* | ||
* sourceType: Camera.PictureSourceType.PHOTOLIBRARY, | ||
* popoverOptions: new CameraPopoverOptions(300, 300, 100, 100, Camera.PopoverArrowDirection.ARROW_ANY) | ||
* popoverOptions: new CameraPopoverOptions(300, 300, 100, 100, Camera.PopoverArrowDirection.ARROW_ANY, 300, 600) | ||
* }); | ||
@@ -47,3 +47,3 @@ * | ||
* var cameraPopoverHandle = new CameraPopoverHandle(); | ||
* var cameraPopoverOptions = new CameraPopoverOptions(0, 0, 100, 100, Camera.PopoverArrowDirection.ARROW_ANY); | ||
* var cameraPopoverOptions = new CameraPopoverOptions(0, 0, 100, 100, Camera.PopoverArrowDirection.ARROW_ANY, 400, 500); | ||
* cameraPopoverHandle.setPosition(cameraPopoverOptions); | ||
@@ -50,0 +50,0 @@ * } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
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
7
427595
54
1917
720
1