🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@nxtedition/ffmpeg

Package Overview
Dependencies
Maintainers
12
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nxtedition/ffmpeg - npm Package Compare versions

Comparing version
1.0.4
to
1.0.5
+3
-3
package.json
{
"name": "@nxtedition/ffmpeg",
"version": "1.0.4",
"version": "1.0.5",
"type": "module",

@@ -12,3 +12,3 @@ "main": "lib/index.js",

"scripts": {
"build": "rimraf lib && tsc && amaroc ./src/index.ts && mv src/index.js lib/",
"build": "rimraf lib && tsc -p tsconfig.build.json && amaroc ./src/index.ts && mv src/index.js lib/",
"prepublishOnly": "yarn build",

@@ -30,3 +30,3 @@ "typecheck": "tsc --noEmit",

},
"gitHead": "a95ef1b72677b853fd7943f7071c266f1789e134"
"gitHead": "7c9c7457c885c644c7a1e70ef894d4727ce240d6"
}