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

reflect-metadata

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reflect-metadata - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

bower.json

5

package.json
{
"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",

11

reflect-metadata.d.ts

@@ -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

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