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

@botmock-api/utils

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@botmock-api/utils - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

index.d.ts

3

package.json
{
"name": "@botmock-api/utils",
"version": "1.0.2",
"version": "1.0.3",
"description": "utilities for handling data from the Botmock API",
"main": "index.js",
"types": "index.d.ts",
"scripts": {

@@ -7,0 +8,0 @@ "test": "jest",

{
"compilerOptions": {
"moduleResolution": "node",
"target": "es2017",
"module": "commonjs",
"lib": ["es2017", "es7", "es6"],
"outDir": "dist",
"declaration": true,
"sourceMap": true,
"strict": true,
"esModuleInterop": true
},
"exclude": ["node_modules"]
"exclude": ["node_modules", "dist"]
}
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