New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@area17/a17-helpers

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@area17/a17-helpers - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

5

changelog.md

@@ -7,2 +7,7 @@ # Changelog

## 3.0.1
* updated outdated packages
* fix typo in orientationChangeFix test
## 3.0.0

@@ -9,0 +14,0 @@ * added [Code of Conduct](https://github.com/area17/js-helpers/blob/main/CODE_OF_CONDUCT.md)

13

package.json
{
"name": "@area17/a17-helpers",
"version": "3.0.0",
"version": "3.0.1",
"description": "A js helper package",

@@ -16,6 +16,6 @@ "scripts": {

"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"jest": "^27.4.7",
"jsdom": "^19.0.0",
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"jest": "^28.1.3",
"jsdom": "^20.0.0",
"jsdom-global": "^3.0.2",

@@ -31,3 +31,6 @@ "regenerator-runtime": "^0.13.9"

}
},
"dependencies": {
"jest-environment-jsdom": "^28.1.3"
}
}

@@ -1,6 +0,6 @@

import orientationChangeFix from './../src/oritentationChangeFix';
import orientationChangeFix from './../src/orientationChangeFix';
jest.useFakeTimers();
describe('oritentationChangeFix utility', () => {
describe('orientationChangeFix utility', () => {
it('exists', () => {

@@ -7,0 +7,0 @@ expect(typeof orientationChangeFix).toBe('function');

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