Comparing version 0.0.0 to 0.0.1
@@ -1,1 +0,1 @@ | ||
module.exports = {}; | ||
module.exports = require('./lib/embedjs'); |
{ | ||
"name": "embedjs", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node test/index.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/adcpm/embedjs.git" | ||
}, | ||
"keywords": [ | ||
"embed", | ||
"embedjs" | ||
], | ||
"author": "AdCpm <fabien@adcpm.com> (https://github.com/adcpm)", | ||
"license": "ISC" | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/adcpm/embedjs/issues" | ||
}, | ||
"homepage": "https://github.com/adcpm/embedjs#readme", | ||
"dependencies": { | ||
"url-extractor": "^2.0.2" | ||
}, | ||
"contributors": [ | ||
"Fabien (https://github.com/adcpm)" | ||
] | ||
} |
@@ -1,1 +0,10 @@ | ||
This package moved here https://www.npmjs.com/package/steemembed | ||
# Embed.js | ||
Extract embeds from a string. | ||
``` | ||
var embedjs = require('embedjs'); | ||
var text = 'Lorem ipsum dolor sit amet https://www.twitch.tv/johnnydarko420, consectetur adipiscing elit, https://soundcloud.com/liluzivert/do-what-i-want-produced-by-maaly-raw-don-cannon sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in https://www.youtube.com/watch?v=waiCd_CVxdc reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, https://www.google.fr/?gws_rd=ssl sunt in culpa qui officia deserunt mollit anim id est laborum.'; | ||
var embeds = embedjs.getAll(text); | ||
console.log(embeds); | ||
``` |
Sorry, the diff of this file is not supported yet
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5959
6
106
1
1
10
0
0
1
+ Addedurl-extractor@^2.0.2
+ Addedmarked@0.3.19(transitive)
+ Addedurl-extractor@2.0.2(transitive)