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

csextends

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csextends - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

3

HISTORY.md
# History
## v1.1.1 2017 April 25
- Fixed coffee-script dependency missing from v1.1.0
## v1.1.0 2017 April 25

@@ -4,0 +7,0 @@ - Updated base files

10

package.json
{
"title": "Coffee-Script Extends",
"name": "csextends",
"version": "1.1.0",
"version": "1.1.1",
"description": "Use the Coffee-Script extends keyword outside of Coffee-Script. Useful for easily extending existing existing classes, e.g. `require('csextends')(klass, extensions)`, and for providing your module consumers with an easy way to extend your classes, i.e. `Backbone.Model.extend(extensions)`.",

@@ -83,7 +83,7 @@ "homepage": "https://github.com/bevry/csextends",

"browser": "es5/index.js",
"dependencies": {},
"dependencies": {
"coffee-script": "^1.12.5"
},
"devDependencies": {
"assert-helpers": "^4.5.0",
"chai": "~1.9.1",
"coffee-script": "^1.12.5",
"chai": "^3.5.0",
"coffeelint": "^1.16.0",

@@ -90,0 +90,0 @@ "joe": "^2.0.2",

@@ -52,3 +52,3 @@ <!-- TITLE/ -->

<li>Module: <code>require('csextends')</code></li>
<li>CDN URL: <code>//wzrd.in/bundle/csextends@1.1.0</code></li></ul>
<li>CDN URL: <code>//wzrd.in/bundle/csextends@1.1.1</code></li></ul>

@@ -55,0 +55,0 @@ <a href="http://enderjs.com" title="Ender is a full featured package manager for your browser"><h3>Ender</h3></a><ul>

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