You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@netlify/async-workloads

Package Overview
Dependencies
Maintainers
23
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netlify/async-workloads - npm Package Compare versions

Comparing version

to
0.0.5

_internal/chunk-443D5IGR.js

16

package.json
{
"name": "@netlify/async-workloads",
"version": "0.0.4",
"main": "src/index.ts",
"module": "dist-lib/index.js",
"types": "dist-lib/index.d.ts",
"version": "0.0.5",
"main": "dist-lib/index.ts",
"module": "index.js",
"types": "index.d.ts",
"type": "module",
"files": [
"dist-lib/*"
"/*"
],

@@ -18,3 +18,5 @@ "scripts": {

"preview": "netlify-integration preview",
"test:basic-site": "cd ./test-sites/basic-site && ntl build --context=dev -o"
"test:basic-site": "cd ./test-sites/basic-site && ntl build --context=dev -o",
"build:publish:dry": "npm run build:publish -- --dry-run",
"build:publish": "npm run build:lib && cd ./dist-lib/ && npm publish"
},

@@ -30,2 +32,2 @@ "dependencies": {

}
}
}