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.3.10 to 0.3.11

2

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

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

@@ -243,5 +243,8 @@ (function() {

oldNext = fn.next;
fn.next = protectBuiltins.wrapWithSandbox(this, function() {
fn.next = function() {
return oldNext.apply(fn, arguments);
});
};
if (this.options.protectBuiltins) {
fn.next = protectBuiltins.wrapWithSandbox(this, fn.next);
}
return fn;

@@ -248,0 +251,0 @@ };

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

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

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