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

baset-core

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baset-core - npm Package Compare versions

Comparing version 0.14.3 to 0.14.4

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

<a name="0.14.4"></a>
## [0.14.4](https://github.com/Igmat/baset/compare/v0.14.3...v0.14.4) (2018-10-07)
### Bug Fixes
* **core:** pass mock options to vm ([b114f69](https://github.com/Igmat/baset/commit/b114f69))
<a name="0.14.3"></a>

@@ -8,0 +20,0 @@ ## [0.14.3](https://github.com/Igmat/baset/compare/v0.14.2...v0.14.3) (2018-10-07)

1

dist/testGroup.d.ts

@@ -11,2 +11,3 @@ import { ICompareResult } from './abstractBaseliner';

isolateContext: boolean;
mocks: IDictionary<string>;
}

@@ -13,0 +14,0 @@ export declare class TestGroup {

@@ -147,2 +147,3 @@ "use strict";

import: imports,
mock: this.options.mocks,
},

@@ -149,0 +150,0 @@ sandbox: { basetSandbox: sandbox },

6

package.json
{
"name": "baset-core",
"version": "0.14.3",
"version": "0.14.4",
"description": "Core library for BaseT project.",

@@ -35,7 +35,7 @@ "keywords": [

"dependencies": {
"baset-vm": "^0.14.3",
"baset-vm": "^0.14.4",
"chance": "^1.0.16",
"typescript": "^3.0.3"
},
"gitHead": "7c9e10ac30215b5320a76c819a3da1c793bb0f4d"
"gitHead": "2779da77d49a8f18590a0209f76e6d131200365f"
}

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