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
78
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 2.0.0 to 3.0.0-next.0

10

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="3.0.0-next.0"></a>
# [3.0.0-next.0](https://github.com/textlint/textlint/compare/@textlint/feature-flag@2.0.0...@textlint/feature-flag@3.0.0-next.0) (2017-12-15)
**Note:** Version bump only for package @textlint/feature-flag
<a name="1.0.1"></a>
## 1.0.1 (2017-05-18)

2

lib/textlint-feature-flag.js

@@ -45,3 +45,3 @@ // MIT © 2017 azu

} else {
throw new Error("textlint-feature-flag:Error: " + flagName + " is not defined.");
throw new Error("@textlint/feature-flag:Error: " + flagName + " is not defined.");
}

@@ -48,0 +48,0 @@ }

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

"name": "@textlint/feature-flag",
"version": "2.0.0",
"version": "3.0.0-next.0",
"description": "textlint internal feature flag manager.",

@@ -33,3 +33,3 @@ "main": "lib/textlint-feature-flag.js",

},
"homepage": "https://github.com/textlint/textlint/tree/master/packages/textlint-feature-flag/",
"homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/feature-flag/",
"devDependencies": {

@@ -36,0 +36,0 @@ "babel-cli": "^6.24.1",

@@ -32,3 +32,3 @@ // MIT © 2017 azu

} else {
throw new Error(`textlint-feature-flag:Error: ${flagName} is not defined.`);
throw new Error(`@textlint/feature-flag:Error: ${flagName} is not defined.`);
}

@@ -35,0 +35,0 @@ }

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