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

reify

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reify - npm Package Compare versions

Comparing version 0.16.3 to 0.16.4

5

lib/parsers/babylon.js

@@ -42,3 +42,6 @@ "use strict";

"optionalChaining",
"pipelineOperator",
// https://github.com/babel/babel/pull/8196
["pipelineOperator", {
proposal: "minimal"
}],
"throwExpressions",

@@ -45,0 +48,0 @@ // Other experimental plugins that we could enable:

8

package.json
{
"name": "reify",
"version": "0.16.3",
"version": "0.16.4",
"main": "node/index.js",

@@ -38,5 +38,5 @@ "browser": "lib/empty.js",

"devDependencies": {
"@babel/core": "^7.0.0-beta.48",
"@babel/parser": "^7.0.0-beta.48",
"@babel/preset-es2015": "^7.0.0-beta.48",
"@babel/core": "^7.0.0-beta.53",
"@babel/parser": "^7.0.0-beta.53",
"@babel/preset-env": "^7.0.0-beta.53",
"babel-plugin-transform-es2015-modules-reify": "^0.16.0",

@@ -43,0 +43,0 @@ "babylon": "^7.0.0-beta.47",

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