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

@basis-theory/basis-theory-js

Package Overview
Dependencies
Maintainers
11
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@basis-theory/basis-theory-js - npm Package Compare versions

Comparing version 1.25.0 to 1.25.1

1

common/index.d.ts
export * from './constants';
export * from './utils';
export { BasisTheoryApiError } from '@basis-theory/basis-theory-elements-interfaces/sdk';
export { BasisTheoryValidationError } from '@basis-theory/basis-theory-elements-interfaces/elements';

@@ -7,3 +7,4 @@ "use strict";

var _exportNames = {
BasisTheoryApiError: true
BasisTheoryApiError: true,
BasisTheoryValidationError: true
};

@@ -16,2 +17,8 @@ Object.defineProperty(exports, "BasisTheoryApiError", {

});
Object.defineProperty(exports, "BasisTheoryValidationError", {
enumerable: true,
get: function () {
return _elements.BasisTheoryValidationError;
}
});

@@ -46,2 +53,4 @@ var _constants = require("./constants");

var _sdk = require("@basis-theory/basis-theory-elements-interfaces/sdk");
var _sdk = require("@basis-theory/basis-theory-elements-interfaces/sdk");
var _elements = require("@basis-theory/basis-theory-elements-interfaces/elements");

2

package.json
{
"name": "@basis-theory/basis-theory-js",
"version": "1.25.0",
"version": "1.25.1",
"repository": "https://github.com/Basis-Theory/basis-theory-js",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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