Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@okam/core-lib

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@okam/core-lib - npm Package Compare versions

Comparing version 1.15.0 to 1.15.1

14

package.json
{
"name": "@okam/core-lib",
"version": "1.15.0",
"version": "1.15.1",
"main": "./index.js",

@@ -9,8 +9,14 @@ "types": "./index.d.ts",

".": {
"import": "./index.mjs",
"require": "./index.js"
"import": {
"types": "./index.d.ts",
"default": "./index.mjs"
},
"require": {
"types": "./index.d.ts",
"default": "./index.js"
}
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
"access": "public"
},

@@ -17,0 +23,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc