Comparing version 2.0.1 to 2.0.2
@@ -5,3 +5,3 @@ /*! | ||
"copywrite": "Copyright (c) 2015-2017", | ||
"date": "2019-07-17T19:38:30.116Z", | ||
"date": "2019-07-18T00:28:11.956Z", | ||
"describe": "", | ||
@@ -12,3 +12,3 @@ "description": "Detect whether or not an object is an ES6 SET.", | ||
"license": "MIT", | ||
"version": "2.0.1" | ||
"version": "2.0.2" | ||
} | ||
@@ -15,0 +15,0 @@ */ |
{ | ||
"name": "is-set-x", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Detect whether or not an object is an ES6 SET.", | ||
@@ -52,12 +52,12 @@ "homepage": "https://github.com/Xotic750/is-set-x", | ||
"dependencies": { | ||
"attempt-x": "^2.0.8", | ||
"is-length-x": "^3.0.10", | ||
"is-object-like-x": "^2.0.12", | ||
"object-get-own-property-descriptor-x": "^4.0.6" | ||
"attempt-x": "^2.0.9", | ||
"is-length-x": "^3.0.11", | ||
"is-object-like-x": "^2.0.13", | ||
"object-get-own-property-descriptor-x": "^4.0.7" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.5.0", | ||
"@babel/core": "^7.5.4", | ||
"@babel/node": "^7.5.0", | ||
"@babel/plugin-proposal-class-properties": "^7.5.0", | ||
"@babel/cli": "^7.5.5", | ||
"@babel/core": "^7.5.5", | ||
"@babel/node": "^7.5.5", | ||
"@babel/plugin-proposal-class-properties": "^7.5.5", | ||
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | ||
@@ -67,8 +67,8 @@ "@babel/plugin-syntax-export-default-from": "^7.2.0", | ||
"@babel/plugin-transform-property-mutators": "^7.2.0", | ||
"@babel/plugin-transform-runtime": "^7.5.0", | ||
"@babel/preset-env": "^7.5.4", | ||
"@babel/runtime": "^7.5.4", | ||
"@babel/plugin-transform-runtime": "^7.5.5", | ||
"@babel/preset-env": "^7.5.5", | ||
"@babel/runtime": "^7.5.5", | ||
"@prorenata/eslint-config-vue": "^1.13.7", | ||
"@types/jest": "^24.0.15", | ||
"@types/node": "^12.6.6", | ||
"@types/node": "^12.6.8", | ||
"babel-core": "^7.0.0-0", | ||
@@ -75,0 +75,0 @@ "babel-eslint": "^10.0.2", |
Sorry, the diff of this file is too big to display
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
Updatedattempt-x@^2.0.9
Updatedis-length-x@^3.0.11
Updatedis-object-like-x@^2.0.13