New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@booker25/sdk

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@booker25/sdk - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/cjs/api/availability-reponse.d.ts

20

package.json
{
"name": "@booker25/sdk",
"version": "0.0.1",
"version": "0.0.2",
"description": "Package allowing for the easy use of Booker25 APIs.",
"keywords": ["Booker25"],
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/esm/index.js",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"author": "Booker25 <b25@gen25.com>",
"scripts": {
"prepare": "yarn build",
"build": "tsc --project tsconfig.build.json",
"interactive": "yarn build && node nodeSetup.js"
"build": "yarn build:cjs && yarn build:esm",
"build:cjs": "tsc --project tsconfig.build.json",
"build:esm": "tsc --project tsconfig.esm.json",
"interactive": "yarn build:cjs && node nodeSetup.js"
},
"files": [
"dist/**"
],
"devDependencies": {

@@ -22,3 +27,6 @@ "@types/jest": "^27.5.1",

"typescript": "^4.7.2"
},
"publishConfig": {
"access": "public"
}
}
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