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

@g123jp/ctw-box-sdk

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@g123jp/ctw-box-sdk - npm Package Compare versions

Comparing version 0.4.3 to 0.4.5

package-lock.json

4

dist/src/index.js

@@ -20,9 +20,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.removeExtension = exports.FILE_EXTENSIONS = void 0;
const box_client_1 = __importDefault(require("./box-client"));
__exportStar(require("./types"), exports);
var utils_1 = require("./utils");
Object.defineProperty(exports, "FILE_EXTENSIONS", { enumerable: true, get: function () { return utils_1.FILE_EXTENSIONS; } });
Object.defineProperty(exports, "removeExtension", { enumerable: true, get: function () { return utils_1.removeExtension; } });
exports.default = box_client_1.default;
//# sourceMappingURL=index.js.map
{
"name": "@g123jp/ctw-box-sdk",
"version": "0.4.3",
"version": "0.4.5",
"description": "",

@@ -8,3 +8,4 @@ "main": "dist/src/index.js",

"scripts": {
"prepublish": "jest --silent=false & tsc",
"prepublish:bk": "jest --silent=false & tsc",
"prepublish": "echo 'skip'",
"publish": "tsc && npm publish",

@@ -11,0 +12,0 @@ "build": "tsc",

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