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

@or-sdk/base

Package Overview
Dependencies
Maintainers
2
Versions
335
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@or-sdk/base - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

dist/cjs/Base.d.ts

16

package.json
{
"version": "0.0.24",
"version": "0.0.25",
"name": "@or-sdk/base",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "npm run clean && npm exec tsc -- -b",
"build:watch": "npm exec tsc -- -b -w",
"build": "npm run clean && npm run build:cjs && npm run build:esm && npm run build:types",
"build:watch": "tsc --project tsconfig.json -w",
"build:cjs": "tsc --project tsconfig.json",
"build:esm": "tsc --project tsconfig.esm.json",
"build:types": "tsc --project tsconfig.types.json",
"clean": "rm -rf ./dist"

@@ -23,3 +27,3 @@ },

},
"gitHead": "26b05fdc6139b9d16b57cca167cbb063ddfd42fd"
"gitHead": "c9e6a2b70b80c90c1fc83f7e691155cb9a93f359"
}
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"outDir": "./dist/cjs",
"rootDir": "./src"
}
}
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