Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

it-first

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

it-first - npm Package Compare versions

Comparing version
3.0.6
to
3.0.7
+89
-3
package.json
{
"name": "it-first",
"version": "3.0.6",
"version": "3.0.7",
"description": "Returns the first result from an async iterator",

@@ -40,2 +40,87 @@ "author": "Alex Potsides <alex@achingbrain.net>",

},
"release": {
"branches": [
"main"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
"releaseRules": [
{
"breaking": true,
"release": "major"
},
{
"revert": true,
"release": "patch"
},
{
"type": "feat",
"release": "minor"
},
{
"type": "fix",
"release": "patch"
},
{
"type": "docs",
"release": "patch"
},
{
"type": "test",
"release": "patch"
},
{
"type": "deps",
"release": "patch"
},
{
"scope": "no-release",
"release": false
}
]
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"section": "Trivial Changes"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "deps",
"section": "Dependencies"
},
{
"type": "test",
"section": "Tests"
}
]
}
}
],
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/git"
]
},
"scripts": {

@@ -51,7 +136,8 @@ "build": "aegir build",

"test:firefox": "aegir test -t browser -- --browser firefox",
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox"
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
"release": "aegir release"
},
"devDependencies": {
"aegir": "^42.2.5"
"aegir": "^45.1.2"
}
}
+1
-1

@@ -62,3 +62,3 @@ # it-first

Loading this module through a script tag will make it's exports available as `ItFirst` in the global namespace.
Loading this module through a script tag will make its exports available as `ItFirst` in the global namespace.

@@ -65,0 +65,0 @@ ```html

{
"default": "https://achingbrain.github.io/it/functions/it_first.default.html",
".:default": "https://achingbrain.github.io/it/functions/it_first.default.html"
}
This project is dual licensed under MIT and Apache-2.0.
MIT: https://www.opensource.org/licenses/mit
Apache-2.0: https://www.apache.org/licenses/license-2.0