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

aether

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aether - npm Package Compare versions

Comparing version 0.2.16 to 0.2.17

2

bower.json
{
"name": "aether",
"version": "0.2.16",
"version": "0.2.17",
"homepage": "https://github.com/codecombat/aether",

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

@@ -56,3 +56,3 @@ (function() {

this.originalOptions = _.cloneDeep(options);
defaultsCopy = _.extend({}, defaults);
defaultsCopy = _.cloneDeep(defaults);
this.options = _.merge(defaultsCopy, options);

@@ -59,0 +59,0 @@ this.setLanguage(this.options.language, this.options.languageVersion);

@@ -17,3 +17,3 @@ (function() {

yieldConditionally: false,
executionCosts: execution,
executionCosts: {},
noSerializationInFlow: false,

@@ -20,0 +20,0 @@ includeFlow: true,

@@ -12,2 +12,4 @@ (function() {

Object.freeze(Error);
getOwnPropertyNames = Object.getOwnPropertyNames;

@@ -14,0 +16,0 @@

{
"name": "aether",
"version": "0.2.16",
"version": "0.2.17",
"description": "Analyzes, instruments, and transpiles JS to help beginners.",

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

"estraverse": "~1.5.0",
"filbert": "~0.1.0",
"filbert": "~0.1.2",
"iota-compiler": "^0.2.1",

@@ -32,0 +32,0 @@ "jshint": "~2.3.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