Socket
Socket
Sign inDemoInstall

@stryker-mutator/util

Package Overview
Dependencies
Maintainers
4
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stryker-mutator/util - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

src/stringUtils.d.ts

8

CHANGELOG.md

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

## [1.1.1](https://github.com/stryker-mutator/stryker/compare/v1.1.0...v1.1.1) (2019-03-21)
**Note:** Version bump only for package @stryker-mutator/util
# [1.1.0](https://github.com/stryker-mutator/stryker/compare/v1.0.3...v1.1.0) (2019-03-04)

@@ -8,0 +16,0 @@

4

package.json
{
"name": "@stryker-mutator/util",
"version": "1.1.0",
"version": "1.1.1",
"description": "Contains utilities for Stryker, the mutation testing framework for JavaScript and friends",

@@ -29,3 +29,3 @@ "main": "src/index.js",

"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/util#readme",
"gitHead": "478e8fc3e1e0497f6f821d3ee7ad530c5b46e4a6"
"gitHead": "a4a063921e3ebc0fe8d7e7e6cd46ad0da3952d53"
}

@@ -6,2 +6,3 @@ export { default as fsAsPromised } from './fsAsPromised';

export * from './errors';
export * from './stringUtils';
//# sourceMappingURL=index.d.ts.map

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

tslib_1.__exportStar(require("./errors"), exports);
tslib_1.__exportStar(require("./stringUtils"), exports);
//# sourceMappingURL=index.js.map

@@ -6,1 +6,2 @@ export { default as fsAsPromised } from './fsAsPromised';

export * from './errors';
export * from './stringUtils';

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