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

@wyw-in-js/processor-utils

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wyw-in-js/processor-utils - npm Package Compare versions

Comparing version
1.0.4
to
1.0.5
+7
-3
package.json
{
"name": "@wyw-in-js/processor-utils",
"version": "1.0.4",
"version": "1.0.5",
"dependencies": {
"@babel/generator": "^7.23.5",
"@wyw-in-js/shared": "1.0.4"
"@wyw-in-js/shared": "1.0.5"
},

@@ -39,3 +39,7 @@ "devDependencies": {

},
"types": "types/index.d.ts"
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Anber/wyw-in-js"
}
}