Socket
Socket
Sign inDemoInstall

ember-destroyable-polyfill

Package Overview
Dependencies
294
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## v2.0.3 (2021-01-22)
- fix: find `ember-source` version of project (#136) [@alexlafroscia)](https://github.com/alexlafroscia)
## v2.0.2 (2020-09-17)

@@ -2,0 +7,0 @@

2

index.js

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

const checker = new VersionChecker(this);
const checker = new VersionChecker(this.project);
const emberVersion = checker.for('ember-source');

@@ -17,0 +17,0 @@

{
"name": "ember-destroyable-polyfill",
"version": "2.0.2",
"version": "2.0.3",
"description": "Polyfill for RFC 580: Destroyables",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc