Socket
Socket
Sign inDemoInstall

quidproquo-core

Package Overview
Dependencies
Maintainers
1
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quidproquo-core - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

lib/index.js

@@ -5,5 +5,6 @@ "use strict";

const hello = (what) => {
console.log(`Hello ${what}`);
const newVar = `Hello ${what}`;
console.log(newVar);
return newVar;
};
exports.hello = hello;
//# sourceMappingURL=index.js.map

4

package.json
{
"name": "quidproquo-core",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -11,3 +11,3 @@ "main": "./lib/index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
"build": "npx rimraf lib && tsc"
},

@@ -14,0 +14,0 @@ "repository": {

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