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

@fimbul/ymir

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fimbul/ymir - npm Package Compare versions

Comparing version 0.13.0 to 0.15.0-dev.20180913

2

package.json
{
"name": "@fimbul/ymir",
"version": "0.13.0",
"version": "0.15.0-dev.20180913",
"description": "Core library for the Fimbullinter project",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -232,3 +232,3 @@ import 'reflect-metadata';

readFile(file: string): string;
readDirectory(dir: string): string[];
readDirectory(dir: string): Array<string | Dirent>;
stat(path: string): Stats;

@@ -246,2 +246,6 @@ realpath?(path: string): string;

}
export interface Dirent extends Stats {
name: string;
isSymbolicLink(): boolean;
}
export interface RuleLoaderHost {

@@ -248,0 +252,0 @@ loadCoreRule(name: string): RuleConstructor | undefined;

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