🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@offerkit/sdk

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@offerkit/sdk - npm Package Compare versions

Comparing version
0.2.0
to
0.2.2
+5
-5
package.json
{
"name": "@offerkit/sdk",
"version": "0.2.0",
"version": "0.2.2",
"license": "MIT",

@@ -12,5 +12,2 @@ "type": "module",

},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"exports": {

@@ -46,3 +43,6 @@ ".": {

"test": "vitest run --passWithNoTests"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts"
}