Socket
Socket
Sign inDemoInstall

requirejs-text

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

requirejs-text - npm Package Compare versions

Comparing version 2.0.15 to 2.0.16

2

bower.json
{
"name": "text",
"version": "2.0.15",
"version": "2.0.16",
"main": "text.js",
"license": "MIT"
}
{
"name": "requirejs-text",
"version": "2.0.15",
"version": "2.0.16",
"description": "An AMD loader plugin for loading text resources.",

@@ -9,14 +9,14 @@ "categories": [

"main": "text.js",
"github": "https://github.com/requirejs/text",
"github": "https://github.com/chestone/text",
"bugs": {
"web": "https://github.com/requirejs/text/issues"
"web": "https://github.com/chestone/text/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/requirejs/text.git"
"url": "https://github.com/chestone/text.git"
},
"license": "MIT",
"volo": {
"url": "https://raw.github.com/requirejs/text/{version}/text.js"
"url": "https://raw.github.com/chestone/text/{version}/text.js"
}
}
/**
* @license text 2.0.15 Copyright jQuery Foundation and other contributors.
* @license text 2.0.16 Copyright jQuery Foundation and other contributors.
* Released under MIT license, http://github.com/requirejs/text/LICENSE

@@ -43,3 +43,3 @@ */

text = {
version: '2.0.15',
version: '2.0.16',

@@ -220,2 +220,6 @@ strip: function (content) {

parsed.strip, content, onLoad);
}, function (err) {
if (onLoad.error) {
onLoad.error(err);
}
});

@@ -222,0 +226,0 @@ }

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