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

danielbonifacio-sdk

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

danielbonifacio-sdk - npm Package Compare versions

Comparing version 2.5.0 to 2.6.0

1

dist/index.d.ts

@@ -11,2 +11,3 @@ import * as services from './services';

export { default as getEditorDescription } from './utils/getEditorDescription';
export * from './@types';
declare const _default: {

@@ -13,0 +14,0 @@ services: typeof services;

@@ -21,2 +21,5 @@ "use strict";

};
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {

@@ -45,2 +48,3 @@ return (mod && mod.__esModule) ? mod : { "default": mod };

Object.defineProperty(exports, "getEditorDescription", { enumerable: true, get: function () { return __importDefault(getEditorDescription_1).default; } });
__exportStar(require("./@types"), exports);
exports.default = {

@@ -47,0 +51,0 @@ services: services,

2

package.json
{
"name": "danielbonifacio-sdk",
"version": "2.5.0",
"version": "2.6.0",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -14,2 +14,4 @@ import * as services from './services'

export * from './@types'
export default {

@@ -16,0 +18,0 @@ services,

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