New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

js-interpreter

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

js-interpreter - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

33

CHANGELOG.md

@@ -11,2 +11,35 @@ # Changelog

## [2.3.0] - 2021-04-06
Commit: [cb740ed](https://github.com/NeilFraser/JS-Interpreter/tree/cb740ed)
### Added
- Add timeout for executing polyfills.
- Add .name property to functions
- Add placeholder getter/setter functions on props
- Add announcement newsgroup address
- Use polyfills for Array functions.
- Support ‘null’ for ‘this’ value in strict mode.
### Fixed
- Use Object.defineProperty instead of assignment.
- Fix attributes on Function.prototype
- ‘typeof Function.prototype’ was reporting ‘object’, should be a ‘function’
- Handle ‘new’ calls on primitives.
- Catch calling date function on non-dates
- Catch invalid arguments on string’s localeCompare
- Called function should determine strict mode
### Removed
- Remove enumerability from most global properties.
### Changes
- New version of acorn
- In non-strict mode `this` needs to be boxed when calling a function.
- ‘window’ and ‘self’ are the only two enumerable properties on the global object.
## [2.2.0] - 2020-02-18

@@ -13,0 +46,0 @@

4

package.json
{
"name": "js-interpreter",
"version": "2.2.0",
"version": "2.3.0",
"description": "NPM package for https://github.com/NeilFraser/JS-Interpreter",

@@ -9,3 +9,3 @@ "main": "lib/js-interpreter.min.js",

"files": [
"lib"
"lib"
],

@@ -12,0 +12,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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