Comparing version 1.1.0 to 1.1.1
# 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 |
{ | ||
"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> |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16126
5
0
1
+ Addedcoffee-script@^1.12.5
+ Addedcoffee-script@1.12.7(transitive)