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

@outkit/outkit

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@outkit/outkit - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

1

lib/client.js

@@ -5,3 +5,2 @@ 'use strict';

var request = require('request');
var requestPromise = require('request-promise-native');

@@ -8,0 +7,0 @@ var assign = require('lodash.assign');

2

package.json
{
"name": "@outkit/outkit",
"version": "0.0.2",
"version": "0.0.3",
"description": "JavaScript API client for the Outkit service",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -15,3 +15,3 @@ # Outkit API Client

```js
const Outkit = require('outkit');
const Outkit = require('@outkit/outkit');

@@ -18,0 +18,0 @@ const client = new Outkit.Client({

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