New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

helpful-functions

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helpful-functions - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/index.js.map

1

dist/index.js

@@ -12,1 +12,2 @@ "use strict";

exports.isEmpty = isEmpty;
//# sourceMappingURL=index.js.map

7

package.json
{
"name": "helpful-functions",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "src/index.ts",
"main": "dist/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"dev":"nodemon src/index.ts"
"dev":"nodemon src/index.ts",
"pub": "npm publish"
},

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

@@ -15,3 +15,3 @@ {

// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
// "sourceMap": true, /* Generates corresponding '.map' file. */
"sourceMap": true /* Generates corresponding '.map' file. */,
// "outFile": "./", /* Concatenate and emit output to single file. */

@@ -18,0 +18,0 @@ "outDir": "./dist" /* Redirect output structure to the directory. */,

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