New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

curejs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

curejs

Cure Your JavaScript Environment

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

Cure Your JS Environment!

Cure.js is a collection of JavaScript polyfills that help ensure your web environment is cross-browser compatible and your JavaScript engine executes properly.

Note: At the moment Cure.js only includes polyfills for a small portion of the native JavaScript objects (specifically the functionality used in imaginate's other projects). The only object's functionality that has been completely filled is the console.

Getting Started

For a stand-alone browser environment:

  • Download cure.min.js
  • Save it to your app's main folder
  • Before any other scripts add <script src="cure.min.js"></script> to your HTML's head or body

For an AMD browser environment:

  • Download cure.min.js
  • Add it to your app's library folder
  • Use require(['cure.min'], function(null) { ... });

For a Node.js environment:

  • Run $ npm install curejs
  • Use require('curejs')

Contact Us


-- **Happy Developing,**

Algorithm IV Logo

Keywords

cure

FAQs

Package last updated on 12 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts