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

bitly

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitly - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2-beta1

dist/bitly.js

9

package.json

@@ -12,3 +12,3 @@ {

"homepage": "https://github.com/tanepiper/node-bitly",
"version": "5.0.1",
"version": "5.0.2-beta1",
"author": {

@@ -54,3 +54,3 @@ "name": "Tane Piper",

"scripts": {
"prepublishOnly": "npm test",
"prepublishOnly": "npm test && npm run build",
"test": "VCR_MODE=cache mocha --reporter list src/*.spec.js",

@@ -60,6 +60,6 @@ "build": "webpack --config=webpack.config.js"

"devDependencies": {
"@babel/preset-env": "^7.0.0-beta.4",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",

@@ -71,2 +71,4 @@ "babel-preset-es2017": "^6.24.1",

"sepia": "^2.0.2",
"ts-loader": "^3.1.1",
"typescript": "^2.6.1",
"webpack": "^3.8.1",

@@ -76,2 +78,3 @@ "webpack-node-externals": "^1.6.0"

"dependencies": {
"babel-polyfill": "^6.26.0",
"request": "^2.83.0",

@@ -78,0 +81,0 @@ "request-promise": "^4.2.2",

@@ -10,2 +10,3 @@ const Path = require('path');

target: 'node',
devtool: 'sourcemap',
output: {

@@ -19,2 +20,3 @@ path: Path.join(__dirname, 'dist'),

resolve: {
extensions: ['.ts', '.js'],
modules: [Path.resolve(__dirname, '/src'), Path.resolve(__dirname, 'node_modules/')],

@@ -28,6 +30,3 @@ descriptionFiles: ['package.json']

exclude: [/node_modules/, '*.spec.js'],
loader: 'babel-loader', // or just "babel"
query: {
presets: ['es2015']
}
loader: 'ts-loader', // or just "babel"
}

@@ -34,0 +33,0 @@ ]

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