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

crel

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crel - npm Package Compare versions

Comparing version 2.1.6 to 2.1.7

2

crel.js

@@ -51,3 +51,3 @@ //Copyright (C) 2012 Kory Nunn

attrMap = 'attrMap',
d = document,
d = typeof document === 'object' ? document : {},
isType = function(a, type){

@@ -54,0 +54,0 @@ return typeof a === type;

@@ -8,3 +8,3 @@ {

],
"version": "2.1.6",
"version": "2.1.7",
"main": "crel.js",

@@ -11,0 +11,0 @@ "dependencies": {},

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