Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

react-attack

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-attack - npm Package Compare versions

Comparing version
1.1.16
to
1.1.20
tsconfig.tsbuildinfo

Sorry, the diff of this file is not supported yet

+2
-6

@@ -8,7 +8,3 @@ /*!

declare module 'ReactAttack'
declare var ReactAttack
type ReactAttack = {}
export default ReactAttack
declare var reactAttack = {}
type reactAttack = {}
{
"name": "react-attack",
"version": "1.1.16",
"version": "1.1.20",
"description": "Append your component in any part of your html using react-attack",

@@ -32,9 +32,12 @@ "keywords": [

"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.53.0",
"@typescript-eslint/parser": "8.53.0",
"esbuild": "0.27.2",
"esbuild-plugin-copy": "2.1.1",
"eslint": "9.39.2",
"ts-jest": "29.4.6",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"ts-jest": "29.4.6"
"typescript": "^5.9.3"
}
}

@@ -26,3 +26,4 @@ # [react attack](https://npmjs.com/package/react-attack)

```javascript
import ReactAttack from "react-attack"
import "react-attack"
// one time only at top of your application (example global or app)
```

@@ -32,5 +33,7 @@

```js
> Name change from "ReactAttack" to "reactAttack" <----
ReactAttack(
```javascript
reactAttack(
"body", // <-- Append to body

@@ -53,3 +56,3 @@ "component", // <-- ID of container

ReactAttack(
reactAttack(
"body", // <-- Append to body

@@ -56,0 +59,0 @@ "component", // <-- ID of container

Sorry, the diff of this file is too big to display