@babel/helpers
Advanced tools
Comparing version 7.0.0-beta.52 to 7.0.0-beta.53
@@ -604,4 +604,4 @@ "use strict"; | ||
helpers.objectWithoutProperties = () => _template().default.program.ast` | ||
export default function _objectWithoutProperties(source, excluded) { | ||
helpers.objectWithoutPropertiesLoose = () => _template().default.program.ast` | ||
export default function _objectWithoutPropertiesLoose(source, excluded) { | ||
if (source == null) return {}; | ||
@@ -619,2 +619,15 @@ | ||
return target; | ||
} | ||
`; | ||
helpers.objectWithoutProperties = () => _template().default.program.ast` | ||
import objectWithoutPropertiesLoose from "objectWithoutPropertiesLoose"; | ||
export default function _objectWithoutProperties(source, excluded) { | ||
if (source == null) return {}; | ||
var target = objectWithoutPropertiesLoose(source, excluded); | ||
var key, i; | ||
if (Object.getOwnPropertySymbols) { | ||
@@ -621,0 +634,0 @@ var sourceSymbolKeys = Object.getOwnPropertySymbols(source); |
{ | ||
"name": "@babel/helpers", | ||
"version": "7.0.0-beta.52", | ||
"version": "7.0.0-beta.53", | ||
"description": "Collection of helper functions used by Babel transforms.", | ||
@@ -11,9 +11,9 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"dependencies": { | ||
"@babel/template": "7.0.0-beta.52", | ||
"@babel/traverse": "7.0.0-beta.52", | ||
"@babel/types": "7.0.0-beta.52" | ||
"@babel/template": "7.0.0-beta.53", | ||
"@babel/traverse": "7.0.0-beta.53", | ||
"@babel/types": "7.0.0-beta.53" | ||
}, | ||
"devDependencies": { | ||
"@babel/helper-plugin-test-runner": "7.0.0-beta.52" | ||
"@babel/helper-plugin-test-runner": "7.0.0-beta.53" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40257
1111
+ Added@babel/code-frame@7.0.0-beta.53(transitive)
+ Added@babel/generator@7.0.0-beta.53(transitive)
+ Added@babel/helper-function-name@7.0.0-beta.53(transitive)
+ Added@babel/helper-get-function-arity@7.0.0-beta.53(transitive)
+ Added@babel/helper-split-export-declaration@7.0.0-beta.53(transitive)
+ Added@babel/highlight@7.0.0-beta.53(transitive)
+ Added@babel/parser@7.0.0-beta.53(transitive)
+ Added@babel/template@7.0.0-beta.53(transitive)
+ Added@babel/traverse@7.0.0-beta.53(transitive)
+ Added@babel/types@7.0.0-beta.53(transitive)
- Removed@babel/code-frame@7.0.0-beta.52(transitive)
- Removed@babel/generator@7.0.0-beta.52(transitive)
- Removed@babel/helper-function-name@7.0.0-beta.52(transitive)
- Removed@babel/helper-get-function-arity@7.0.0-beta.52(transitive)
- Removed@babel/helper-split-export-declaration@7.0.0-beta.52(transitive)
- Removed@babel/highlight@7.0.0-beta.52(transitive)
- Removed@babel/parser@7.0.0-beta.52(transitive)
- Removed@babel/template@7.0.0-beta.52(transitive)
- Removed@babel/traverse@7.0.0-beta.52(transitive)
- Removed@babel/types@7.0.0-beta.52(transitive)
Updated@babel/types@7.0.0-beta.53