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 1.1.0 to 1.2.0

1

dist/index.d.ts
export default function log(): void;
export declare function feature(): void;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.feature = void 0;
function log() {
console.log('uhu, i am a log function');
console.log('uhu, I am a log function');
}
exports.default = log;
function feature() {
console.log('hi I am a feature');
}
exports.feature = feature;

5

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

@@ -8,3 +8,4 @@ "types": "dist/index.d.ts",

"scripts": {
"build": "tsc -p tsconfig.json"
"build": "tsc -p tsconfig.json",
"prepublish": "yarn build"
},

@@ -11,0 +12,0 @@ "devDependencies": {

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