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

@nabeliwo/sample-package

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nabeliwo/sample-package - npm Package Compare versions

Comparing version 1.1.3 to 1.2.2

esm/index.d.ts

4

esm/modules/print.js

@@ -1,2 +0,4 @@

export const print = (message) => console.log(message);
export const print = (message) => {
console.log("Message: ", message);
};
//# sourceMappingURL=print.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.print = void 0;
const print = (message) => console.log(message);
const print = (message) => {
console.log("Message: ", message);
};
exports.print = print;
//# sourceMappingURL=print.js.map
{
"name": "@nabeliwo/sample-package",
"version": "1.1.3",
"version": "1.2.2",
"description": "this is sample package.",

@@ -29,6 +29,9 @@ "keywords": [],

"release": "standard-version -a",
"release:dryrun": "standard-version --dry-run"
"release:dryrun": "standard-version --dry-run",
"clean": "rimraf ./lib ./esm",
"prepublishOnly": "run-s clean build"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"standard-version": "^9.5.0",

@@ -35,0 +38,0 @@ "typescript": "^5.4.2"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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