Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details โ†’
Socket
Book a DemoInstallSign in
Socket

@remark-embedder/transformer-oembed

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remark-embedder/transformer-oembed - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-1
dist/index.js

@@ -17,3 +17,3 @@ "use strict";

_makeFetchHappen.default.defaults({
cacheManager: _path.default.join(process.cwd(), 'node_modules/.cache/@remark-embedder/transformer-oembed/fetch')
cachePath: _path.default.join(process.cwd(), 'node_modules/.cache/@remark-embedder/transformer-oembed/fetch')
});

@@ -20,0 +20,0 @@

{
"name": "@remark-embedder/transformer-oembed",
"version": "1.0.1",
"version": "1.0.2",
"publishConfig": {

@@ -10,3 +10,8 @@ "access": "public"

"types": "dist/index.d.ts",
"keywords": [],
"keywords": [
"remark",
"remark-plugin",
"remark-embedder",
"oEmbed"
],
"author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)",

@@ -39,13 +44,14 @@ "license": "MIT",

"dependencies": {
"@babel/runtime": "^7.12.5",
"make-fetch-happen": "^8.0.12"
"@babel/runtime": "^7.14.8",
"@types/make-fetch-happen": "^9.0.0",
"make-fetch-happen": "^9.0.4"
},
"devDependencies": {
"@remark-embedder/core": "^1.2.1",
"@types/jest": "^26.0.19",
"kcd-scripts": "^7.5.3",
"msw": "^0.24.2",
"@remark-embedder/core": "^1.4.2",
"@types/jest": "^26.0.24",
"kcd-scripts": "^11.2.0",
"msw": "^0.33.1",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"typescript": "^4.1.3"
"typescript": "^4.3.5"
},

@@ -52,0 +58,0 @@ "peerDependencies": {

@@ -57,3 +57,3 @@ <div align="center">

```
```shell
npm install @remark-embedder/transformer-oembed

@@ -64,3 +64,3 @@ ```

```typescript
```ts
import remarkEmbedder from '@remark-embedder/core'

@@ -122,3 +122,3 @@ import oembedTransformer from '@remark-embedder/transformer-oembed'

```typescript
```ts
// ...

@@ -174,3 +174,3 @@ import type {Config} from '@remark-embedder/transformer-oembed'

```typescript
```ts
const oembedConfig: Config = ({url, provider}) => {

@@ -226,8 +226,8 @@ if (provider.provider_name === 'Instagram') {

<tr>
<td align="center"><a href="https://kentcdodds.com"><img src="https://avatars.githubusercontent.com/u/1500684?v=3?s=100" width="100px;" alt=""/><br /><sub><b>Kent C. Dodds</b></sub></a><br /><a href="https://github.com/remark-embedder/oembed/commits?author=kentcdodds" title="Code">๐Ÿ’ป</a> <a href="https://github.com/remark-embedder/oembed/commits?author=kentcdodds" title="Documentation">๐Ÿ“–</a> <a href="#infra-kentcdodds" title="Infrastructure (Hosting, Build-Tools, etc)">๐Ÿš‡</a> <a href="https://github.com/remark-embedder/oembed/commits?author=kentcdodds" title="Tests">โš ๏ธ</a></td>
<td align="center"><a href="https://michaeldeboey.be"><img src="https://avatars3.githubusercontent.com/u/6643991?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Michaรซl De Boey</b></sub></a><br /><a href="https://github.com/remark-embedder/oembed/commits?author=MichaelDeBoey" title="Code">๐Ÿ’ป</a> <a href="https://github.com/remark-embedder/oembed/commits?author=MichaelDeBoey" title="Documentation">๐Ÿ“–</a></td>
<td align="center"><a href="https://kentcdodds.com"><img src="https://avatars.githubusercontent.com/u/1500684?v=3?s=100" width="100px;" alt=""/><br /><sub><b>Kent C. Dodds</b></sub></a><br /><a href="https://github.com/remark-embedder/transformer-oembed/commits?author=kentcdodds" title="Code">๐Ÿ’ป</a> <a href="https://github.com/remark-embedder/transformer-oembed/commits?author=kentcdodds" title="Documentation">๐Ÿ“–</a> <a href="#infra-kentcdodds" title="Infrastructure (Hosting, Build-Tools, etc)">๐Ÿš‡</a> <a href="https://github.com/remark-embedder/transformer-oembed/commits?author=kentcdodds" title="Tests">โš ๏ธ</a></td>
<td align="center"><a href="https://michaeldeboey.be"><img src="https://avatars3.githubusercontent.com/u/6643991?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Michaรซl De Boey</b></sub></a><br /><a href="https://github.com/remark-embedder/transformer-oembed/commits?author=MichaelDeBoey" title="Code">๐Ÿ’ป</a> <a href="https://github.com/remark-embedder/transformer-oembed/commits?author=MichaelDeBoey" title="Documentation">๐Ÿ“–</a> <a href="#maintenance-MichaelDeBoey" title="Maintenance">๐Ÿšง</a></td>
</tr>
</table>
<!-- markdownlint-enable -->
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

@@ -234,0 +234,0 @@