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.10.0 to 0.11.0

dist/scaffolder.d.ts

17

CHANGELOG.md

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

<a name="0.11.0"></a>
# [0.11.0](https://github.com/Igmat/baset/compare/v0.10.0...v0.11.0) (2018-03-08)
### Bug Fixes
* **core:** duplicated methods in scaffolder ([bd52c7b](https://github.com/Igmat/baset/commit/bd52c7b))
### Features
* **core:** generating and writing scaffolded specs ([7f68128](https://github.com/Igmat/baset/commit/7f68128))
* **core:** initial scaffolder implementation ([be067e4](https://github.com/Igmat/baset/commit/be067e4))
<a name="0.10.0"></a>

@@ -8,0 +25,0 @@ # [0.10.0](https://github.com/Igmat/baset/compare/v0.9.1...v0.10.0) (2018-03-07)

1

dist/index.d.ts

@@ -9,2 +9,3 @@ import * as dataTypes from './dataTypes';

export { Tester } from './tester';
export { Scaffolder } from './scaffolder';
export { utils, dataTypes };

@@ -26,2 +26,4 @@ "use strict";

exports.Tester = tester_1.Tester;
var scaffolder_1 = require("./scaffolder");
exports.Scaffolder = scaffolder_1.Scaffolder;
//# sourceMappingURL=index.js.map

9

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

@@ -31,4 +31,5 @@ "keywords": [

"devDependencies": {
"@types/chance": "^1.0.0",
"@types/node": "^9.3.0",
"baset": "^0.10.0",
"baset": "^0.11.0",
"doctoc": "^1.3.0",

@@ -39,4 +40,6 @@ "tslint": "^5.9.1",

"dependencies": {
"baset-vm": "^0.9.0"
"baset-vm": "^0.9.0",
"chance": "^1.0.13",
"typescript": "next"
}
}

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