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

@dflex/core-instance

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dflex/core-instance - npm Package Compare versions

Comparing version 2.6.1 to 2.7.0

6

dist/AbstractCoreInstance.d.ts

@@ -0,1 +1,7 @@

/**
* Copyright (c) Jalal Maskoun.
*
* This source code is licensed under the AGPL3.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
import type { ElmInstance, AbstractCoreInterface } from "./types";

@@ -2,0 +8,0 @@ /**

"use strict";
/**
* Copyright (c) Jalal Maskoun.
*
* This source code is licensed under the AGPL3.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -3,0 +9,0 @@ /**

@@ -0,1 +1,7 @@

/**
* Copyright (c) Jalal Maskoun.
*
* This source code is licensed under the AGPL3.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
import AbstractCoreInstance from "./AbstractCoreInstance";

@@ -2,0 +8,0 @@ import type { Keys, Order, ElmWIthPointer, CoreInstanceInterface, Offset, TransitionHistory } from "./types";

8

dist/CoreInstance.js
"use strict";
/* eslint-disable no-param-reassign */
/**
* Copyright (c) Jalal Maskoun.
*
* This source code is licensed under the AGPL3.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
var __extends = (this && this.__extends) || (function () {

@@ -33,2 +38,3 @@ var extendStatics = function (d, b) {

Object.defineProperty(exports, "__esModule", { value: true });
/* eslint-disable no-param-reassign */
var AbstractCoreInstance_1 = __importDefault(require("./AbstractCoreInstance"));

@@ -35,0 +41,0 @@ /**

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

/**
* Copyright (c) Jalal Maskoun.
*
* This source code is licensed under the AGPL3.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
export type { AbstractCoreInterface, Offset, TransitionHistory, CoreInstanceInterface, } from "./types";
export { default } from "./CoreInstance";

@@ -0,1 +1,7 @@

/**
* Copyright (c) Jalal Maskoun.
*
* This source code is licensed under the AGPL3.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
export declare type ELmBranch = string | string[];

@@ -2,0 +8,0 @@ /**

"use strict";
/**
* Copyright (c) Jalal Maskoun.
*
* This source code is licensed under the AGPL3.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map

4

package.json
{
"name": "@dflex/core-instance",
"version": "2.6.1",
"version": "2.7.0",
"main": "dist/index.js",

@@ -38,3 +38,3 @@ "types": "dist/index.d.ts",

},
"gitHead": "ac6475f10de161b6c8cac4afff13bb9b3e281ddb"
"gitHead": "410a53603f6a8a991bc8fe6bb86226ef832d784d"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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