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

restapify

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restapify - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

1

dist/src/index.d.ts
export * from './types/index';
export * from './Restapify';
export * as default from './Restapify';

@@ -13,3 +13,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.default = void 0;
__exportStar(require("./types/index"), exports);
__exportStar(require("./Restapify"), exports);
exports.default = require("./Restapify");

2

package.json
{
"name": "restapify",
"version": "0.0.13",
"version": "0.0.14",
"main": "dist/src/index.js",

@@ -5,0 +5,0 @@ "files": [

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