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

@blockworks-foundation/mango-feeds

Package Overview
Dependencies
Maintainers
7
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockworks-foundation/mango-feeds - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

dist/cjs/scripts/fills.d.ts.map

1

dist/cjs/scripts/fills.d.ts
export {};
//# sourceMappingURL=fills.d.ts.map

@@ -74,1 +74,2 @@ interface FillsFeedOptions {

export {};
//# sourceMappingURL=fills.d.ts.map

4

dist/cjs/src/index.d.ts

@@ -1,1 +0,3 @@

export { FillsFeed } from './fills';
import { FillsFeed } from './fills';
export { FillsFeed };
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FillsFeed = void 0;
var fills_1 = require("./fills");
const fills_1 = require("./fills");
Object.defineProperty(exports, "FillsFeed", { enumerable: true, get: function () { return fills_1.FillsFeed; } });

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

export { FillsFeed } from './fills';
import { FillsFeed } from './fills';
export { FillsFeed };
//# sourceMappingURL=index.d.ts.map

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

export { FillsFeed } from './fills';
import { FillsFeed } from './fills';
export { FillsFeed };

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

export { FillsFeed } from './fills';
import { FillsFeed } from './fills';
export { FillsFeed };
//# sourceMappingURL=index.d.ts.map
{
"name": "@blockworks-foundation/mango-feeds",
"version": "0.1.1",
"version": "0.1.2",
"description": "Typescript Client for mango-feeds.",

@@ -15,7 +15,2 @@ "repository": "https://github.com/blockworks-foundation/mango-feeds",

"types": "./dist/types/src/index.d.ts",
"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"default": "./dist/esm/index.js"
},
"files": [

@@ -45,3 +40,4 @@ "dist"

"typedoc": "^0.22.5",
"typescript": "^4.8.4"
"typescript": "^4.9.4",
"ws": "^8.13.0"
},

@@ -48,0 +44,0 @@ "prettier": {

Sorry, the diff of this file is not supported yet

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