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

ember-cli-amd

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-amd - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

4

CHANGELOG.md

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

## [0.4.6]
### Fix
- Fix esprima parsing issue for functions with parameters with a default value
## [0.4.5]

@@ -8,0 +12,0 @@ ### Changed

@@ -84,2 +84,6 @@ // Copyright 2015 Esri

// It's possible that esprima parsed some nodes as undefined
if (!node)
return null;
// We are only interested by the import declarations

@@ -86,0 +90,0 @@ if (node.type !== 'ImportDeclaration')

2

package.json
{
"name": "ember-cli-amd",
"version": "0.4.5",
"version": "0.4.6",
"description": "Ember CLI Addon that can load AMD modules.",

@@ -5,0 +5,0 @@ "directories": {

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