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

@stimulus/core

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stimulus/core - npm Package Compare versions

Comparing version 1.1.1 to 2.0.0

dist/action_descriptor.d.ts

11

dist/index.d.ts

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

export { Application } from "./src/application";
export { Context } from "./src/context";
export { Controller, ControllerConstructor } from "./src/controller";
export { Definition } from "./src/definition";
export { Schema, defaultSchema } from "./src/schema";
export { Application } from "./application";
export { Context } from "./context";
export { Controller, ControllerConstructor } from "./controller";
export { Definition } from "./definition";
export { Schema, defaultSchema } from "./schema";
//# sourceMappingURL=index.d.ts.map

@@ -1,5 +0,5 @@

export { Application } from "./src/application";
export { Context } from "./src/context";
export { Controller } from "./src/controller";
export { defaultSchema } from "./src/schema";
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sbUJBQW1CLENBQUE7QUFDL0MsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUN2QyxPQUFPLEVBQUUsVUFBVSxFQUF5QixNQUFNLGtCQUFrQixDQUFBO0FBRXBFLE9BQU8sRUFBVSxhQUFhLEVBQUUsTUFBTSxjQUFjLENBQUEifQ==
export { Application } from "./application";
export { Context } from "./context";
export { Controller } from "./controller";
export { defaultSchema } from "./schema";
//# sourceMappingURL=index.js.map
{
"name": "@stimulus/core",
"version": "1.1.1",
"version": "2.0.0",
"description": "Stimulus JavaScript framework: Core library",

@@ -13,11 +13,8 @@ "repository": "https://github.com/stimulusjs/stimulus",

"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@stimulus/mutation-observers": "^1.1.1"
"@stimulus/mutation-observers": "^2.0.0"
},
"files": [
"dist/index*",
"dist/src"
],
"publishConfig": {

@@ -27,12 +24,9 @@ "access": "public"

"devDependencies": {
"@stimulus/polyfills": "^1.1.1",
"@stimulus/test": "^1.1.1"
"@stimulus/polyfills": "^2.0.0",
"@stimulus/test": "^2.0.0"
},
"scripts": {
"clean": "rimraf dist",
"lint": "tslint -p . -c ../../../config/tslint.json",
"build": "{ [ ! -r dist ] || { find src -newer dist | grep .; }>/dev/null; } && { tsc && touch dist; } || true",
"watch": "tsc --watch"
"clean": "rimraf dist *.tsbuildinfo"
},
"gitHead": "3b30d61b9c93bd29a6f4ce6ca97428bd01f339bc"
"gitHead": "a18e9e61598725e0e9d86b0d8512dd7ef0c32542"
}
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