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

@textlint/feature-flag

Package Overview
Dependencies
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textlint/feature-flag - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

11

CHANGELOG.md

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

<a name="3.0.2"></a>
## [3.0.2](https://github.com/textlint/textlint/compare/@textlint/feature-flag@3.0.1...@textlint/feature-flag@3.0.2) (2017-12-31)
### Bug Fixes
* **feature-flag:** Update MapLile@2 ([5b261f0](https://github.com/textlint/textlint/commit/5b261f0))
<a name="3.0.1"></a>

@@ -8,0 +19,0 @@ ## [3.0.1](https://github.com/textlint/textlint/compare/@textlint/feature-flag@3.0.0...@textlint/feature-flag@3.0.1) (2017-12-25)

4

lib/textlint-feature-flag.js

@@ -12,5 +12,5 @@ // MIT © 2017 azu

exports.throwIfTesting = throwIfTesting;
var Map = require("map-like");
var MapLike = require("map-like").MapLike;
var assert = require("assert");
var flagMap = new Map();
var flagMap = new MapLike();
/**

@@ -17,0 +17,0 @@ * IT IS FOR TESTING

@@ -13,3 +13,3 @@ {

"name": "@textlint/feature-flag",
"version": "3.0.1",
"version": "3.0.2",
"description": "textlint internal feature flag manager.",

@@ -45,4 +45,4 @@ "main": "lib/textlint-feature-flag.js",

"dependencies": {
"map-like": "^1.1.2"
"map-like": "^2.0.0"
}
}
// MIT © 2017 azu
"use strict";
const Map = require("map-like");
const MapLike = require("map-like").MapLike;
const assert = require("assert");
const flagMap = new Map();
const flagMap = new MapLike();
/**

@@ -7,0 +7,0 @@ * IT IS FOR TESTING

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