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

bitlyapi

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

bitlyapi - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "bitlyapi",
"version": "1.0.0",
"version": "1.0.1",
"description": "Bitly api",

@@ -15,3 +15,3 @@ "main": "index.js",

],
"author": "Kishan Madhesiya",
"author": "Kishan Madhesiya [kishanmadhesiya@gmail.com]",
"license": "ISC",

@@ -18,0 +18,0 @@ "dependencies": {

@@ -7,3 +7,3 @@ This module provides calls to the [Bitly](http://bitly.com) API for [Nodejs](http://nodejs.org).

To install via NPM type the following: `npm install @kishanmadhesiya/bitly`
To install via NPM type the following: `npm install bitlyapi`

@@ -24,3 +24,3 @@ You can also install via git by cloning: `git clone https://github.com/kishanmadhesiya/bitly.git /path/to/bitly`

import Bitly from 'bitly';
import Bitly from 'bitlyapi';

@@ -38,3 +38,3 @@ let bitly = new Bitly('<YOUR ACCESS TOKEN>');

var Bitly = require('bitly');
var Bitly = require('bitlyapi');
var bitly = new Bitly('<YOUR ACCESS TOKEN>');

@@ -68,1 +68,3 @@

* link_edit
## This is updated version of https://www.npmjs.com/package/bitly
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