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

@alephdata/followthemoney

Package Overview
Dependencies
Maintainers
2
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alephdata/followthemoney - npm Package Compare versions

Comparing version 1.11.20 to 1.11.21-alpha.1

dist/lib/generated/icons.json

1

dist/lib/followthemoney.js

@@ -14,4 +14,5 @@ "use strict";

__export(require("./type"));
__export(require("./icons"));
var defaultModel_json_1 = __importDefault(require("./defaultModel.json"));
exports.defaultModel = defaultModel_json_1.default;
//# sourceMappingURL=followthemoney.js.map

@@ -0,0 +0,0 @@ import { Schema } from './schema';

@@ -6,3 +6,4 @@ export * from './entity';

export * from './type';
export * from './icons';
import { IModelDatum } from './model';
export declare const defaultModel: IModelDatum;
export * from './followthemoney';

@@ -0,0 +0,0 @@ import { Schema, ISchemaDatum } from './schema';

@@ -0,0 +0,0 @@ import { Schema } from './schema';

@@ -0,0 +0,0 @@ import { IPropertyDatum, Property } from './property';

@@ -0,0 +0,0 @@ export interface IPropertyTypeDatum {

10

package.json
{
"name": "@alephdata/followthemoney",
"version": "1.11.20",
"version": "1.11.21-alpha.1",
"description": "JavaScript version of the followthemoney data model",

@@ -23,6 +23,7 @@ "keywords": [],

"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
"prebuild": "rimraf dist",
"prebuild": "rimraf dist && npm run build:icons",
"build:icons": "node scripts/buildIcons.js",
"build": "tsc --module commonjs && rollup -c rollup.config.ts",
"build:docs": "typedoc --out docs --target es6 --excludeExternals --theme minimal --mode file src",
"start": "rollup -c rollup.config.ts -w",
"start": "npm run build:icons && rollup -c rollup.config.ts -w",
"test": "jest --coverage",

@@ -89,3 +90,4 @@ "test:watch": "jest --coverage --watch",

"typedoc": "^0.14.2",
"typescript": "^3.3.1"
"typescript": "^3.3.1",
"svgo": "^1.2.2"
},

@@ -92,0 +94,0 @@ "dependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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