reflect-metadata
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "reflect-metadata", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Polyfill for Metadata Reflection API", | ||
"main": "Reflect.js", | ||
"typings": "reflect-metadata.d.ts", | ||
"typescript": { | ||
"definition": "reflect-metadata.d.ts" | ||
}, | ||
"scripts": { | ||
@@ -8,0 +11,0 @@ "build": "./node_modules/.bin/tsc.cmd", |
@@ -7,8 +7,9 @@ /*! ***************************************************************************** | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED | ||
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, | ||
MERCHANTABLITY OR NON-INFRINGEMENT. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
See the Apache Version 2.0 License for specific language governing permissions | ||
and limitations under the License. | ||
***************************************************************************** */ | ||
@@ -15,0 +16,0 @@ declare module "reflect-metadata" { |
@@ -7,8 +7,9 @@ /*! ***************************************************************************** | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED | ||
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, | ||
MERCHANTABLITY OR NON-INFRINGEMENT. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
See the Apache Version 2.0 License for specific language governing permissions | ||
and limitations under the License. | ||
***************************************************************************** */ | ||
@@ -839,6 +840,3 @@ "use strict"; | ||
var UUID_SIZE = 16; | ||
var isNode = typeof global !== "undefined" && | ||
typeof module === "object" && | ||
typeof module.exports === "object" && | ||
typeof require === "function"; | ||
var isNode = typeof global !== "undefined" && Object.prototype.toString.call(global.process) === '[object process]'; | ||
var nodeCrypto = isNode && require("crypto"); | ||
@@ -845,0 +843,0 @@ var hasOwn = Object.prototype.hasOwnProperty; |
@@ -7,8 +7,9 @@ /*! ***************************************************************************** | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED | ||
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, | ||
MERCHANTABLITY OR NON-INFRINGEMENT. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
See the Apache Version 2.0 License for specific language governing permissions | ||
and limitations under the License. | ||
***************************************************************************** */ | ||
@@ -1348,6 +1349,3 @@ "use strict"; | ||
const UUID_SIZE = 16; | ||
const isNode = typeof global !== "undefined" && | ||
typeof module === "object" && | ||
typeof module.exports === "object" && | ||
typeof require === "function"; | ||
const isNode = typeof global !== "undefined" && Object.prototype.toString.call(global.process) === '[object process]'; | ||
const nodeCrypto = isNode && require("crypto"); | ||
@@ -1354,0 +1352,0 @@ const hasOwn = Object.prototype.hasOwnProperty; |
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 not supported yet
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
60
5420
502987
1
80