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

ember-compatibility-helpers

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-compatibility-helpers - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## v1.2.4 (2021-03-29)
#### :bug: Bug Fix
* [#51](https://github.com/pzuraq/ember-compatibility-helpers/pull/51) Use fs-extra instead of fs ([@pzuraq](https://github.com/pzuraq))
#### Committers: 1
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
## v1.2.3 (2021-03-23)

@@ -2,0 +10,0 @@

2

index.js

@@ -6,3 +6,3 @@ 'use strict';

const getFlags = require('./utils/get-flags');
const fs = require('fs');
const fs = require('fs-extra');
const path = require('path');

@@ -9,0 +9,0 @@

{
"name": "ember-compatibility-helpers",
"version": "1.2.3",
"version": "1.2.4",
"description": "Zero-cost compatibility flags and helpers for Ember.js",

@@ -29,2 +29,3 @@ "keywords": [

"ember-cli-version-checker": "^5.1.1",
"fs-extra": "^9.1.0",
"semver": "^5.4.1"

@@ -31,0 +32,0 @@ },

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