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

@forgerock/crest-js

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forgerock/crest-js - npm Package Compare versions

Comparing version

to
2.1.3

9

dist/crest-js.cjs.js

@@ -51,8 +51,9 @@ // Copyright (c) 2017-2019 ForgeRock AS. Licensed under the MIT license found in LICENSE.md.

if (Object.getOwnPropertySymbols) {
keys.push.apply(keys, Object.getOwnPropertySymbols(object));
var symbols = Object.getOwnPropertySymbols(object);
if (enumerableOnly) symbols = symbols.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
});
keys.push.apply(keys, symbols);
}
if (enumerableOnly) keys = keys.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
});
return keys;

@@ -59,0 +60,0 @@ }

@@ -45,8 +45,9 @@ // Copyright (c) 2017-2019 ForgeRock AS. Licensed under the MIT license found in LICENSE.md.

if (Object.getOwnPropertySymbols) {
keys.push.apply(keys, Object.getOwnPropertySymbols(object));
var symbols = Object.getOwnPropertySymbols(object);
if (enumerableOnly) symbols = symbols.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
});
keys.push.apply(keys, symbols);
}
if (enumerableOnly) keys = keys.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
});
return keys;

@@ -53,0 +54,0 @@ }

{
"name": "@forgerock/crest-js",
"version": "2.1.2",
"version": "2.1.3",
"author": "Phil Ostler <phil.ostler@forgerock.com>",

@@ -29,31 +29,36 @@ "description": "Lightweight Library for Communicating With ForgeRock CREST APIs.",

"devDependencies": {
"@babel/core": "7.5.4",
"@babel/plugin-proposal-object-rest-spread": "7.5.4",
"@babel/preset-env": "7.5.4",
"@babel/register": "7.4.4",
"@ava/babel": "1.0.1",
"@babel/core": "7.6.2",
"@babel/plugin-proposal-object-rest-spread": "7.6.2",
"@babel/preset-env": "7.6.2",
"@babel/register": "7.6.2",
"@forgerock/eslint-config": "1.1.1",
"ava": "2.2.0",
"ava": "3.12.1",
"babel-plugin-transform-builtin-extend": "1.1.2",
"docdash": "1.1.1",
"eslint": "6.0.1",
"eslint": "6.5.1",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-jsdoc": "15.3.5",
"eslint-plugin-jsdoc": "15.9.8",
"eslint-plugin-promise": "4.2.1",
"faker": "4.1.0",
"fetch-mock": "7.3.6",
"jsdoc": "3.6.2",
"fetch-mock": "7.4.0",
"jsdoc": "3.6.3",
"jsdoc-babel": "0.5.0",
"node-fetch": "2.6.0",
"node-fetch": "2.6.1",
"nyc": "14.1.1",
"rimraf": "2.6.3",
"rollup": "1.16.7",
"rimraf": "3.0.0",
"rollup": "1.22.0",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.0.1",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-eslint": "7.0.0",
"rollup-plugin-node-resolve": "5.2.0",
"sinon": "7.3.2"
"sinon": "7.5.0"
},
"ava": {
"babel": {
"compileAsTests": [
"src/**/*"
]
},
"require": [
"./config/ava/register",
"./config/ava/fetchPolyfill"

@@ -60,0 +65,0 @@ ]

Sorry, the diff of this file is not supported yet

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 not supported yet