Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@interactjs/modifiers

Package Overview
Dependencies
Maintainers
2
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interactjs/modifiers - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

aspectRatio.d.ts.map

1

aspectRatio.d.ts

@@ -20,1 +20,2 @@ import { Modifier, ModifierModule, ModifierState } from './base';

export default aspectRatio;
//# sourceMappingURL=aspectRatio.d.ts.map
export {};
//# sourceMappingURL=aspectRatio.spec.d.ts.map

@@ -127,1 +127,2 @@ declare module '@interactjs/core/scope' {

export default modifiersBase;
//# sourceMappingURL=base.d.ts.map
export {};
//# sourceMappingURL=base.spec.d.ts.map

@@ -9,1 +9,2 @@ export declare const snap: any;

export declare const aspectRatio: any;
//# sourceMappingURL=index.d.ts.map

12

package.json
{
"name": "@interactjs/modifiers",
"version": "1.8.1",
"version": "1.8.2",
"license": "MIT",
"peerDependencies": {
"@interactjs/core": "1.8.1",
"@interactjs/utils": "1.8.1"
"@interactjs/core": "1.8.2",
"@interactjs/utils": "1.8.2"
},
"devDependencies": {
"@interactjs/_dev": "1.8.1",
"@interactjs/actions": "1.8.1"
"@interactjs/_dev": "1.8.2",
"@interactjs/actions": "1.8.2"
},

@@ -16,3 +16,3 @@ "publishConfig": {

},
"gitHead": "1ee67bb8"
"gitHead": "b9b4d24c"
}

@@ -35,1 +35,2 @@ import { ModifierArg, ModifierState } from '../base';

export default restrictEdges;
//# sourceMappingURL=edges.d.ts.map
export {};
//# sourceMappingURL=edges.spec.d.ts.map

@@ -15,1 +15,2 @@ import { ModifierModule, ModifierState } from '../base';

export default restrict;
//# sourceMappingURL=pointer.d.ts.map
export {};
//# sourceMappingURL=pointer.spec.d.ts.map

@@ -18,1 +18,2 @@ declare const restrictRect: {

export default restrictRect;
//# sourceMappingURL=rect.d.ts.map

@@ -25,1 +25,2 @@ import { ModifierArg, ModifierState } from '../base';

export default restrictSize;
//# sourceMappingURL=size.d.ts.map
export {};
//# sourceMappingURL=size.spec.d.ts.map

@@ -32,1 +32,2 @@ /**

export default snapEdges;
//# sourceMappingURL=edges.d.ts.map
export {};
//# sourceMappingURL=edges.spec.d.ts.map

@@ -49,1 +49,2 @@ import { ModifierArg, ModifierState } from '../base';

export default snap;
//# sourceMappingURL=pointer.d.ts.map
export {};
//# sourceMappingURL=pointer.spec.d.ts.map

@@ -21,1 +21,2 @@ import { ModifierArg } from '../base';

export default snapSize;
//# sourceMappingURL=size.d.ts.map
export {};
//# sourceMappingURL=size.spec.d.ts.map
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