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

package-json-updater

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

package-json-updater - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

dist/src/cli.d.ts

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

#!/usr/bin/env node
export {};

3

dist/src/cli.js

@@ -0,5 +1,4 @@

#!/usr/bin/env node
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
// import { argv } from 'yargs';
// tslint:disable-next-line:no-var-requires
const yargs = require("yargs");

@@ -6,0 +5,0 @@ const updater_1 = require("./updater");

{
"name": "package-json-updater",
"version": "1.0.0",
"version": "1.0.1",
"description": "updater for dependencies in package json",
"homepage": "https://github.com/lakshmipriyamukundan/package-json-updater#readme",
"author": "Lakshmipriya.mukundan@gmail.com <lakshmipriya.mukundan@gmail.com> (https://twitter.com/lakshmipriya)",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",

@@ -29,3 +28,3 @@ "files": [

"bin":{
"pkg-updater": "./dist/src/cli.js"
"pkg-json-updater": "./dist/src/cli.js"
},

@@ -32,0 +31,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